@azure/arm-hybridcompute 4.1.0-alpha.20250619.1 → 5.0.0-alpha.20250624.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +127 -0
- package/LICENSE +1 -1
- package/README.md +1 -2
- package/dist/browser/hybridComputeManagementClient.d.ts +23 -3
- package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -1
- package/dist/browser/hybridComputeManagementClient.js +98 -12
- package/dist/browser/hybridComputeManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +255 -69
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +10 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +16 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +394 -114
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +2 -1
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +19 -15
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/browser/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/browser/operations/extensionMetadataV2.js +186 -0
- package/dist/browser/operations/extensionMetadataV2.js.map +1 -0
- package/dist/browser/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/browser/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/browser/operations/extensionPublisherOperations.js +136 -0
- package/dist/browser/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/browser/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/browser/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operations/extensionTypeOperations.js +144 -0
- package/dist/browser/operations/extensionTypeOperations.js.map +1 -0
- package/dist/browser/operations/gateways.js +8 -8
- package/dist/browser/operations/gateways.js.map +1 -1
- package/dist/browser/operations/index.d.ts +3 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +3 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/machines.d.ts +9 -2
- package/dist/browser/operations/machines.d.ts.map +1 -1
- package/dist/browser/operations/machines.js +56 -4
- package/dist/browser/operations/machines.js.map +1 -1
- package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.js +9 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +9 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.js +9 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +3 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +9 -2
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/machines.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/hybridComputeManagementClient.d.ts +23 -3
- package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -1
- package/dist/commonjs/hybridComputeManagementClient.js +97 -11
- package/dist/commonjs/hybridComputeManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +255 -69
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +11 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +16 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +397 -117
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +2 -1
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +19 -15
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionMetadataV2.js +190 -0
- package/dist/commonjs/operations/extensionMetadataV2.js.map +1 -0
- package/dist/commonjs/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionPublisherOperations.js +140 -0
- package/dist/commonjs/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/commonjs/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionTypeOperations.js +148 -0
- package/dist/commonjs/operations/extensionTypeOperations.js.map +1 -0
- package/dist/commonjs/operations/gateways.js +8 -8
- package/dist/commonjs/operations/gateways.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +3 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/machines.d.ts +9 -2
- package/dist/commonjs/operations/machines.d.ts.map +1 -1
- package/dist/commonjs/operations/machines.js +56 -4
- package/dist/commonjs/operations/machines.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +3 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +9 -2
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/hybridComputeManagementClient.d.ts +23 -3
- package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -1
- package/dist/esm/hybridComputeManagementClient.js +98 -12
- package/dist/esm/hybridComputeManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +255 -69
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +10 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +16 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +394 -114
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +2 -1
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +19 -15
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/esm/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/esm/operations/extensionMetadataV2.js +186 -0
- package/dist/esm/operations/extensionMetadataV2.js.map +1 -0
- package/dist/esm/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/esm/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/esm/operations/extensionPublisherOperations.js +136 -0
- package/dist/esm/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/esm/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/esm/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operations/extensionTypeOperations.js +144 -0
- package/dist/esm/operations/extensionTypeOperations.js.map +1 -0
- package/dist/esm/operations/gateways.js +8 -8
- package/dist/esm/operations/gateways.js.map +1 -1
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +3 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/machines.d.ts +9 -2
- package/dist/esm/operations/machines.d.ts.map +1 -1
- package/dist/esm/operations/machines.js +56 -4
- package/dist/esm/operations/machines.js.map +1 -1
- package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.js +9 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +9 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +3 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +9 -2
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/machines.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/hybridComputeManagementClient.d.ts +23 -3
- package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -1
- package/dist/react-native/hybridComputeManagementClient.js +98 -12
- package/dist/react-native/hybridComputeManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +255 -69
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +10 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +16 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +394 -114
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +2 -1
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +19 -15
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/react-native/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/react-native/operations/extensionMetadataV2.js +186 -0
- package/dist/react-native/operations/extensionMetadataV2.js.map +1 -0
- package/dist/react-native/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/react-native/operations/extensionPublisherOperations.js +136 -0
- package/dist/react-native/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/react-native/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/react-native/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/extensionTypeOperations.js +144 -0
- package/dist/react-native/operations/extensionTypeOperations.js.map +1 -0
- package/dist/react-native/operations/gateways.js +8 -8
- package/dist/react-native/operations/gateways.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +3 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/machines.d.ts +9 -2
- package/dist/react-native/operations/machines.d.ts.map +1 -1
- package/dist/react-native/operations/machines.js +56 -4
- package/dist/react-native/operations/machines.js.map +1 -1
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +3 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +9 -2
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/package.json +22 -22
- package/review/arm-hybridcompute.api.md +191 -32
@@ -23,10 +23,12 @@ export declare const extensionParameters: OperationParameter;
|
|
23
23
|
export declare const extensionName: OperationURLParameter;
|
24
24
|
export declare const extensionParameters1: OperationParameter;
|
25
25
|
export declare const extensionUpgradeParameters: OperationParameter;
|
26
|
+
export declare const extensions: OperationParameter;
|
26
27
|
export declare const location: OperationURLParameter;
|
27
28
|
export declare const publisher: OperationURLParameter;
|
28
29
|
export declare const extensionType: OperationURLParameter;
|
29
30
|
export declare const version: OperationURLParameter;
|
31
|
+
export declare const location1: OperationURLParameter;
|
30
32
|
export declare const runCommandProperties: OperationParameter;
|
31
33
|
export declare const runCommandName: OperationURLParameter;
|
32
34
|
export declare const parameters4: OperationParameter;
|
@@ -40,7 +42,6 @@ export declare const parameters6: OperationParameter;
|
|
40
42
|
export declare const scopeName: OperationURLParameter;
|
41
43
|
export declare const parameters7: OperationParameter;
|
42
44
|
export declare const privateLinkScopeTags: OperationParameter;
|
43
|
-
export declare const location1: OperationURLParameter;
|
44
45
|
export declare const privateLinkScopeId: OperationURLParameter;
|
45
46
|
export declare const machineName2: OperationURLParameter;
|
46
47
|
export declare const groupName: OperationURLParameter;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAoB5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAczB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,qBASlB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAGjC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAY1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAUhC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAGjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,kBAGxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBASrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBAYvB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAY1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAY9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAY9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBAYlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBAYvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAa1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAc3B,CAAC"}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
8
|
*/
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
-
exports.perimeterName = exports.parameters8 = exports.privateEndpointConnectionName = exports.groupName = exports.machineName2 = exports.privateLinkScopeId = exports.
|
10
|
+
exports.perimeterName = exports.parameters8 = exports.privateEndpointConnectionName = exports.groupName = exports.machineName2 = exports.privateLinkScopeId = exports.privateLinkScopeTags = exports.parameters7 = exports.scopeName = exports.parameters6 = exports.settingsResourceName = exports.baseResourceName = exports.baseResourceType = exports.baseProvider = exports.parameters5 = exports.gatewayName = exports.parameters4 = exports.runCommandName = exports.runCommandProperties = exports.location1 = exports.version = exports.extensionType = exports.publisher = exports.location = exports.extensions = exports.extensionUpgradeParameters = exports.extensionParameters1 = exports.extensionName = exports.extensionParameters = exports.parameters3 = exports.licenseProfileName = exports.machineName1 = exports.parameters2 = exports.expand1 = exports.installPatchesInput = exports.name = exports.resourceGroupName1 = exports.expand = exports.machineName = exports.nextLink = exports.parameters1 = exports.licenseName = exports.resourceGroupName = exports.subscriptionId = exports.apiVersion = exports.$host = exports.accept = exports.parameters = exports.contentType = void 0;
|
11
11
|
const mappers_js_1 = require("../models/mappers.js");
|
12
12
|
exports.contentType = {
|
13
13
|
parameterPath: ["options", "contentType"],
|
@@ -49,7 +49,7 @@ exports.$host = {
|
|
49
49
|
exports.apiVersion = {
|
50
50
|
parameterPath: "apiVersion",
|
51
51
|
mapper: {
|
52
|
-
defaultValue: "
|
52
|
+
defaultValue: "2025-02-19-preview",
|
53
53
|
isConstant: true,
|
54
54
|
serializedName: "api-version",
|
55
55
|
type: {
|
@@ -223,6 +223,10 @@ exports.extensionUpgradeParameters = {
|
|
223
223
|
parameterPath: "extensionUpgradeParameters",
|
224
224
|
mapper: mappers_js_1.MachineExtensionUpgrade,
|
225
225
|
};
|
226
|
+
exports.extensions = {
|
227
|
+
parameterPath: "extensions",
|
228
|
+
mapper: mappers_js_1.SetupExtensionRequest,
|
229
|
+
};
|
226
230
|
exports.location = {
|
227
231
|
parameterPath: "location",
|
228
232
|
mapper: {
|
@@ -263,6 +267,19 @@ exports.version = {
|
|
263
267
|
},
|
264
268
|
},
|
265
269
|
};
|
270
|
+
exports.location1 = {
|
271
|
+
parameterPath: "location",
|
272
|
+
mapper: {
|
273
|
+
constraints: {
|
274
|
+
MinLength: 1,
|
275
|
+
},
|
276
|
+
serializedName: "location",
|
277
|
+
required: true,
|
278
|
+
type: {
|
279
|
+
name: "String",
|
280
|
+
},
|
281
|
+
},
|
282
|
+
};
|
266
283
|
exports.runCommandProperties = {
|
267
284
|
parameterPath: "runCommandProperties",
|
268
285
|
mapper: mappers_js_1.MachineRunCommand,
|
@@ -378,19 +395,6 @@ exports.privateLinkScopeTags = {
|
|
378
395
|
parameterPath: "privateLinkScopeTags",
|
379
396
|
mapper: mappers_js_1.TagsResource,
|
380
397
|
};
|
381
|
-
exports.location1 = {
|
382
|
-
parameterPath: "location",
|
383
|
-
mapper: {
|
384
|
-
constraints: {
|
385
|
-
MinLength: 1,
|
386
|
-
},
|
387
|
-
serializedName: "location",
|
388
|
-
required: true,
|
389
|
-
type: {
|
390
|
-
name: "String",
|
391
|
-
},
|
392
|
-
},
|
393
|
-
};
|
394
398
|
exports.privateLinkScopeId = {
|
395
399
|
parameterPath: "privateLinkScopeId",
|
396
400
|
mapper: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n License as LicenseMapper,\n LicenseUpdate as LicenseUpdateMapper,\n MachineInstallPatchesParameters as MachineInstallPatchesParametersMapper,\n LicenseProfile as LicenseProfileMapper,\n LicenseProfileUpdate as LicenseProfileUpdateMapper,\n MachineExtension as MachineExtensionMapper,\n MachineExtensionUpdate as MachineExtensionUpdateMapper,\n MachineExtensionUpgrade as MachineExtensionUpgradeMapper,\n MachineRunCommand as MachineRunCommandMapper,\n Gateway as GatewayMapper,\n GatewayUpdate as GatewayUpdateMapper,\n Settings as SettingsMapper,\n HybridComputePrivateLinkScope as HybridComputePrivateLinkScopeMapper,\n TagsResource as TagsResourceMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-07-31-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const licenseName: OperationURLParameter = {\n parameterPath: \"licenseName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"licenseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseUpdateMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const machineName: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-_\\\\.]{1,54}$\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const installPatchesInput: OperationParameter = {\n parameterPath: \"installPatchesInput\",\n mapper: MachineInstallPatchesParametersMapper,\n};\n\nexport const expand1: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseProfileMapper,\n};\n\nexport const machineName1: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const licenseProfileName: OperationURLParameter = {\n parameterPath: \"licenseProfileName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"licenseProfileName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseProfileUpdateMapper,\n};\n\nexport const extensionParameters: OperationParameter = {\n parameterPath: \"extensionParameters\",\n mapper: MachineExtensionMapper,\n};\n\nexport const extensionName: OperationURLParameter = {\n parameterPath: \"extensionName\",\n mapper: {\n serializedName: \"extensionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const extensionParameters1: OperationParameter = {\n parameterPath: \"extensionParameters\",\n mapper: MachineExtensionUpdateMapper,\n};\n\nexport const extensionUpgradeParameters: OperationParameter = {\n parameterPath: \"extensionUpgradeParameters\",\n mapper: MachineExtensionUpgradeMapper,\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const publisher: OperationURLParameter = {\n parameterPath: \"publisher\",\n mapper: {\n serializedName: \"publisher\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const extensionType: OperationURLParameter = {\n parameterPath: \"extensionType\",\n mapper: {\n serializedName: \"extensionType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const version: OperationURLParameter = {\n parameterPath: \"version\",\n mapper: {\n serializedName: \"version\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const runCommandProperties: OperationParameter = {\n parameterPath: \"runCommandProperties\",\n mapper: MachineRunCommandMapper,\n};\n\nexport const runCommandName: OperationURLParameter = {\n parameterPath: \"runCommandName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"runCommandName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GatewayMapper,\n};\n\nexport const gatewayName: OperationURLParameter = {\n parameterPath: \"gatewayName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"gatewayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GatewayUpdateMapper,\n};\n\nexport const baseProvider: OperationURLParameter = {\n parameterPath: \"baseProvider\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"baseProvider\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const baseResourceType: OperationURLParameter = {\n parameterPath: \"baseResourceType\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"baseResourceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const baseResourceName: OperationURLParameter = {\n parameterPath: \"baseResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"baseResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const settingsResourceName: OperationURLParameter = {\n parameterPath: \"settingsResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"default\"),\n },\n serializedName: \"settingsResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SettingsMapper,\n};\n\nexport const scopeName: OperationURLParameter = {\n parameterPath: \"scopeName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"scopeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: HybridComputePrivateLinkScopeMapper,\n};\n\nexport const privateLinkScopeTags: OperationParameter = {\n parameterPath: \"privateLinkScopeTags\",\n mapper: TagsResourceMapper,\n};\n\nexport const location1: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateLinkScopeId: OperationURLParameter = {\n parameterPath: \"privateLinkScopeId\",\n mapper: {\n serializedName: \"privateLinkScopeId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const machineName2: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-_\\\\.]{1,54}$\"),\n MinLength: 1,\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const groupName: OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n serializedName: \"groupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const perimeterName: OperationURLParameter = {\n parameterPath: \"perimeterName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[.]{1}.+$\",\n ),\n },\n serializedName: \"perimeterName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n License as LicenseMapper,\n LicenseUpdate as LicenseUpdateMapper,\n MachineInstallPatchesParameters as MachineInstallPatchesParametersMapper,\n LicenseProfile as LicenseProfileMapper,\n LicenseProfileUpdate as LicenseProfileUpdateMapper,\n MachineExtension as MachineExtensionMapper,\n MachineExtensionUpdate as MachineExtensionUpdateMapper,\n MachineExtensionUpgrade as MachineExtensionUpgradeMapper,\n SetupExtensionRequest as SetupExtensionRequestMapper,\n MachineRunCommand as MachineRunCommandMapper,\n Gateway as GatewayMapper,\n GatewayUpdate as GatewayUpdateMapper,\n Settings as SettingsMapper,\n HybridComputePrivateLinkScope as HybridComputePrivateLinkScopeMapper,\n TagsResource as TagsResourceMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-02-19-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const licenseName: OperationURLParameter = {\n parameterPath: \"licenseName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"licenseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseUpdateMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const machineName: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-_\\\\.]{1,54}$\"),\n MaxLength: 54,\n MinLength: 1,\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const installPatchesInput: OperationParameter = {\n parameterPath: \"installPatchesInput\",\n mapper: MachineInstallPatchesParametersMapper,\n};\n\nexport const expand1: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseProfileMapper,\n};\n\nexport const machineName1: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const licenseProfileName: OperationURLParameter = {\n parameterPath: \"licenseProfileName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"licenseProfileName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LicenseProfileUpdateMapper,\n};\n\nexport const extensionParameters: OperationParameter = {\n parameterPath: \"extensionParameters\",\n mapper: MachineExtensionMapper,\n};\n\nexport const extensionName: OperationURLParameter = {\n parameterPath: \"extensionName\",\n mapper: {\n serializedName: \"extensionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const extensionParameters1: OperationParameter = {\n parameterPath: \"extensionParameters\",\n mapper: MachineExtensionUpdateMapper,\n};\n\nexport const extensionUpgradeParameters: OperationParameter = {\n parameterPath: \"extensionUpgradeParameters\",\n mapper: MachineExtensionUpgradeMapper,\n};\n\nexport const extensions: OperationParameter = {\n parameterPath: \"extensions\",\n mapper: SetupExtensionRequestMapper,\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const publisher: OperationURLParameter = {\n parameterPath: \"publisher\",\n mapper: {\n serializedName: \"publisher\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const extensionType: OperationURLParameter = {\n parameterPath: \"extensionType\",\n mapper: {\n serializedName: \"extensionType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const version: OperationURLParameter = {\n parameterPath: \"version\",\n mapper: {\n serializedName: \"version\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location1: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const runCommandProperties: OperationParameter = {\n parameterPath: \"runCommandProperties\",\n mapper: MachineRunCommandMapper,\n};\n\nexport const runCommandName: OperationURLParameter = {\n parameterPath: \"runCommandName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"runCommandName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GatewayMapper,\n};\n\nexport const gatewayName: OperationURLParameter = {\n parameterPath: \"gatewayName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"gatewayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GatewayUpdateMapper,\n};\n\nexport const baseProvider: OperationURLParameter = {\n parameterPath: \"baseProvider\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"baseProvider\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const baseResourceType: OperationURLParameter = {\n parameterPath: \"baseResourceType\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"baseResourceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const baseResourceName: OperationURLParameter = {\n parameterPath: \"baseResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"baseResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const settingsResourceName: OperationURLParameter = {\n parameterPath: \"settingsResourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"default\"),\n },\n serializedName: \"settingsResourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SettingsMapper,\n};\n\nexport const scopeName: OperationURLParameter = {\n parameterPath: \"scopeName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9-_\\\\.]+\"),\n },\n serializedName: \"scopeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: HybridComputePrivateLinkScopeMapper,\n};\n\nexport const privateLinkScopeTags: OperationParameter = {\n parameterPath: \"privateLinkScopeTags\",\n mapper: TagsResourceMapper,\n};\n\nexport const privateLinkScopeId: OperationURLParameter = {\n parameterPath: \"privateLinkScopeId\",\n mapper: {\n serializedName: \"privateLinkScopeId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const machineName2: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9-_\\\\.]{1,54}$\"),\n MinLength: 1,\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const groupName: OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n serializedName: \"groupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const perimeterName: OperationURLParameter = {\n parameterPath: \"perimeterName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[.]{1}.+$\",\n ),\n },\n serializedName: \"perimeterName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { ExtensionMetadataV2 } from "../operationsInterfaces/index.js";
|
3
|
+
import { HybridComputeManagementClient } from "../hybridComputeManagementClient.js";
|
4
|
+
import { ExtensionValueV2, ExtensionMetadataV2ListOptionalParams, ExtensionMetadataV2GetOptionalParams, ExtensionMetadataV2GetResponse } from "../models/index.js";
|
5
|
+
/** Class containing ExtensionMetadataV2 operations. */
|
6
|
+
export declare class ExtensionMetadataV2Impl implements ExtensionMetadataV2 {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class ExtensionMetadataV2 class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: HybridComputeManagementClient);
|
13
|
+
/**
|
14
|
+
* Gets all Extension versions based on location, publisher, extensionType
|
15
|
+
* @param location The name of Azure region.
|
16
|
+
* @param publisher The publisher of the Extension being received.
|
17
|
+
* @param extensionType The extensionType of the Extension being received.
|
18
|
+
* @param options The options parameters.
|
19
|
+
*/
|
20
|
+
list(location: string, publisher: string, extensionType: string, options?: ExtensionMetadataV2ListOptionalParams): PagedAsyncIterableIterator<ExtensionValueV2>;
|
21
|
+
private listPagingPage;
|
22
|
+
private listPagingAll;
|
23
|
+
/**
|
24
|
+
* Gets an Extension Metadata based on location, publisher, extensionType and version
|
25
|
+
* @param location The name of Azure region.
|
26
|
+
* @param publisher The publisher of the Extension being received.
|
27
|
+
* @param extensionType The extensionType of the Extension being received.
|
28
|
+
* @param version The version of the Extension being received.
|
29
|
+
* @param options The options parameters.
|
30
|
+
*/
|
31
|
+
get(location: string, publisher: string, extensionType: string, version: string, options?: ExtensionMetadataV2GetOptionalParams): Promise<ExtensionMetadataV2GetResponse>;
|
32
|
+
/**
|
33
|
+
* Gets all Extension versions based on location, publisher, extensionType
|
34
|
+
* @param location The name of Azure region.
|
35
|
+
* @param publisher The publisher of the Extension being received.
|
36
|
+
* @param extensionType The extensionType of the Extension being received.
|
37
|
+
* @param options The options parameters.
|
38
|
+
*/
|
39
|
+
private _list;
|
40
|
+
/**
|
41
|
+
* ListNext
|
42
|
+
* @param location The name of Azure region.
|
43
|
+
* @param publisher The publisher of the Extension being received.
|
44
|
+
* @param extensionType The extensionType of the Extension being received.
|
45
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
46
|
+
* @param options The options parameters.
|
47
|
+
*/
|
48
|
+
private _listNext;
|
49
|
+
}
|
50
|
+
//# sourceMappingURL=extensionMetadataV2.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"extensionMetadataV2.d.ts","sourceRoot":"","sources":["../../../src/operations/extensionMetadataV2.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,gBAAgB,EAEhB,qCAAqC,EAErC,oCAAoC,EACpC,8BAA8B,EAE/B,MAAM,oBAAoB,CAAC;AAG5B,uDAAuD;AACvD,qBAAa,uBAAwB,YAAW,mBAAmB;IACjE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;OAMG;IACI,IAAI,CACT,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,gBAAgB,CAAC;YA6BhC,cAAc;YA+Bd,aAAa;IAgB5B;;;;;;;OAOG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAYb;;;;;;;OAOG;IACH,OAAO,CAAC,SAAS;CAYlB"}
|
@@ -0,0 +1,190 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ExtensionMetadataV2Impl = void 0;
|
11
|
+
const tslib_1 = require("tslib");
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
17
|
+
/** Class containing ExtensionMetadataV2 operations. */
|
18
|
+
class ExtensionMetadataV2Impl {
|
19
|
+
/**
|
20
|
+
* Initialize a new instance of the class ExtensionMetadataV2 class.
|
21
|
+
* @param client Reference to the service client
|
22
|
+
*/
|
23
|
+
constructor(client) {
|
24
|
+
this.client = client;
|
25
|
+
}
|
26
|
+
/**
|
27
|
+
* Gets all Extension versions based on location, publisher, extensionType
|
28
|
+
* @param location The name of Azure region.
|
29
|
+
* @param publisher The publisher of the Extension being received.
|
30
|
+
* @param extensionType The extensionType of the Extension being received.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
list(location, publisher, extensionType, options) {
|
34
|
+
const iter = this.listPagingAll(location, publisher, extensionType, options);
|
35
|
+
return {
|
36
|
+
next() {
|
37
|
+
return iter.next();
|
38
|
+
},
|
39
|
+
[Symbol.asyncIterator]() {
|
40
|
+
return this;
|
41
|
+
},
|
42
|
+
byPage: (settings) => {
|
43
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
44
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
45
|
+
}
|
46
|
+
return this.listPagingPage(location, publisher, extensionType, options, settings);
|
47
|
+
},
|
48
|
+
};
|
49
|
+
}
|
50
|
+
listPagingPage(location, publisher, extensionType, options, settings) {
|
51
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
52
|
+
let result;
|
53
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
54
|
+
if (!continuationToken) {
|
55
|
+
result = yield tslib_1.__await(this._list(location, publisher, extensionType, options));
|
56
|
+
let page = result.value || [];
|
57
|
+
continuationToken = result.nextLink;
|
58
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
59
|
+
yield yield tslib_1.__await(page);
|
60
|
+
}
|
61
|
+
while (continuationToken) {
|
62
|
+
result = yield tslib_1.__await(this._listNext(location, publisher, extensionType, continuationToken, options));
|
63
|
+
continuationToken = result.nextLink;
|
64
|
+
let page = result.value || [];
|
65
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
66
|
+
yield yield tslib_1.__await(page);
|
67
|
+
}
|
68
|
+
});
|
69
|
+
}
|
70
|
+
listPagingAll(location, publisher, extensionType, options) {
|
71
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
72
|
+
var _a, e_1, _b, _c;
|
73
|
+
try {
|
74
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(location, publisher, extensionType, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
75
|
+
_c = _f.value;
|
76
|
+
_d = false;
|
77
|
+
const page = _c;
|
78
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
79
|
+
}
|
80
|
+
}
|
81
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
82
|
+
finally {
|
83
|
+
try {
|
84
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
85
|
+
}
|
86
|
+
finally { if (e_1) throw e_1.error; }
|
87
|
+
}
|
88
|
+
});
|
89
|
+
}
|
90
|
+
/**
|
91
|
+
* Gets an Extension Metadata based on location, publisher, extensionType and version
|
92
|
+
* @param location The name of Azure region.
|
93
|
+
* @param publisher The publisher of the Extension being received.
|
94
|
+
* @param extensionType The extensionType of the Extension being received.
|
95
|
+
* @param version The version of the Extension being received.
|
96
|
+
* @param options The options parameters.
|
97
|
+
*/
|
98
|
+
get(location, publisher, extensionType, version, options) {
|
99
|
+
return this.client.sendOperationRequest({ location, publisher, extensionType, version, options }, getOperationSpec);
|
100
|
+
}
|
101
|
+
/**
|
102
|
+
* Gets all Extension versions based on location, publisher, extensionType
|
103
|
+
* @param location The name of Azure region.
|
104
|
+
* @param publisher The publisher of the Extension being received.
|
105
|
+
* @param extensionType The extensionType of the Extension being received.
|
106
|
+
* @param options The options parameters.
|
107
|
+
*/
|
108
|
+
_list(location, publisher, extensionType, options) {
|
109
|
+
return this.client.sendOperationRequest({ location, publisher, extensionType, options }, listOperationSpec);
|
110
|
+
}
|
111
|
+
/**
|
112
|
+
* ListNext
|
113
|
+
* @param location The name of Azure region.
|
114
|
+
* @param publisher The publisher of the Extension being received.
|
115
|
+
* @param extensionType The extensionType of the Extension being received.
|
116
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
117
|
+
* @param options The options parameters.
|
118
|
+
*/
|
119
|
+
_listNext(location, publisher, extensionType, nextLink, options) {
|
120
|
+
return this.client.sendOperationRequest({ location, publisher, extensionType, nextLink, options }, listNextOperationSpec);
|
121
|
+
}
|
122
|
+
}
|
123
|
+
exports.ExtensionMetadataV2Impl = ExtensionMetadataV2Impl;
|
124
|
+
// Operation Specifications
|
125
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
126
|
+
const getOperationSpec = {
|
127
|
+
path: "/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}",
|
128
|
+
httpMethod: "GET",
|
129
|
+
responses: {
|
130
|
+
200: {
|
131
|
+
bodyMapper: Mappers.ExtensionValueV2,
|
132
|
+
},
|
133
|
+
default: {
|
134
|
+
bodyMapper: Mappers.ErrorResponse,
|
135
|
+
},
|
136
|
+
},
|
137
|
+
queryParameters: [Parameters.apiVersion],
|
138
|
+
urlParameters: [
|
139
|
+
Parameters.$host,
|
140
|
+
Parameters.publisher,
|
141
|
+
Parameters.extensionType,
|
142
|
+
Parameters.version,
|
143
|
+
Parameters.location1,
|
144
|
+
],
|
145
|
+
headerParameters: [Parameters.accept],
|
146
|
+
serializer,
|
147
|
+
};
|
148
|
+
const listOperationSpec = {
|
149
|
+
path: "/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions",
|
150
|
+
httpMethod: "GET",
|
151
|
+
responses: {
|
152
|
+
200: {
|
153
|
+
bodyMapper: Mappers.ExtensionValueListResultV2,
|
154
|
+
},
|
155
|
+
default: {
|
156
|
+
bodyMapper: Mappers.ErrorResponse,
|
157
|
+
},
|
158
|
+
},
|
159
|
+
queryParameters: [Parameters.apiVersion],
|
160
|
+
urlParameters: [
|
161
|
+
Parameters.$host,
|
162
|
+
Parameters.publisher,
|
163
|
+
Parameters.extensionType,
|
164
|
+
Parameters.location1,
|
165
|
+
],
|
166
|
+
headerParameters: [Parameters.accept],
|
167
|
+
serializer,
|
168
|
+
};
|
169
|
+
const listNextOperationSpec = {
|
170
|
+
path: "{nextLink}",
|
171
|
+
httpMethod: "GET",
|
172
|
+
responses: {
|
173
|
+
200: {
|
174
|
+
bodyMapper: Mappers.ExtensionValueListResultV2,
|
175
|
+
},
|
176
|
+
default: {
|
177
|
+
bodyMapper: Mappers.ErrorResponse,
|
178
|
+
},
|
179
|
+
},
|
180
|
+
urlParameters: [
|
181
|
+
Parameters.$host,
|
182
|
+
Parameters.nextLink,
|
183
|
+
Parameters.publisher,
|
184
|
+
Parameters.extensionType,
|
185
|
+
Parameters.location1,
|
186
|
+
],
|
187
|
+
headerParameters: [Parameters.accept],
|
188
|
+
serializer,
|
189
|
+
};
|
190
|
+
//# sourceMappingURL=extensionMetadataV2.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"extensionMetadataV2.js","sourceRoot":"","sources":["../../../src/operations/extensionMetadataV2.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ExtensionMetadataV2 } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { HybridComputeManagementClient } from \"../hybridComputeManagementClient.js\";\nimport {\n ExtensionValueV2,\n ExtensionMetadataV2ListNextOptionalParams,\n ExtensionMetadataV2ListOptionalParams,\n ExtensionMetadataV2ListResponse,\n ExtensionMetadataV2GetOptionalParams,\n ExtensionMetadataV2GetResponse,\n ExtensionMetadataV2ListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ExtensionMetadataV2 operations. */\nexport class ExtensionMetadataV2Impl implements ExtensionMetadataV2 {\n private readonly client: HybridComputeManagementClient;\n\n /**\n * Initialize a new instance of the class ExtensionMetadataV2 class.\n * @param client Reference to the service client\n */\n constructor(client: HybridComputeManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all Extension versions based on location, publisher, extensionType\n * @param location The name of Azure region.\n * @param publisher The publisher of the Extension being received.\n * @param extensionType The extensionType of the Extension being received.\n * @param options The options parameters.\n */\n public list(\n location: string,\n publisher: string,\n extensionType: string,\n options?: ExtensionMetadataV2ListOptionalParams,\n ): PagedAsyncIterableIterator<ExtensionValueV2> {\n const iter = this.listPagingAll(\n location,\n publisher,\n extensionType,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n location,\n publisher,\n extensionType,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n location: string,\n publisher: string,\n extensionType: string,\n options?: ExtensionMetadataV2ListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ExtensionValueV2[]> {\n let result: ExtensionMetadataV2ListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(location, publisher, extensionType, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n location,\n publisher,\n extensionType,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n location: string,\n publisher: string,\n extensionType: string,\n options?: ExtensionMetadataV2ListOptionalParams,\n ): AsyncIterableIterator<ExtensionValueV2> {\n for await (const page of this.listPagingPage(\n location,\n publisher,\n extensionType,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets an Extension Metadata based on location, publisher, extensionType and version\n * @param location The name of Azure region.\n * @param publisher The publisher of the Extension being received.\n * @param extensionType The extensionType of the Extension being received.\n * @param version The version of the Extension being received.\n * @param options The options parameters.\n */\n get(\n location: string,\n publisher: string,\n extensionType: string,\n version: string,\n options?: ExtensionMetadataV2GetOptionalParams,\n ): Promise<ExtensionMetadataV2GetResponse> {\n return this.client.sendOperationRequest(\n { location, publisher, extensionType, version, options },\n getOperationSpec,\n );\n }\n\n /**\n * Gets all Extension versions based on location, publisher, extensionType\n * @param location The name of Azure region.\n * @param publisher The publisher of the Extension being received.\n * @param extensionType The extensionType of the Extension being received.\n * @param options The options parameters.\n */\n private _list(\n location: string,\n publisher: string,\n extensionType: string,\n options?: ExtensionMetadataV2ListOptionalParams,\n ): Promise<ExtensionMetadataV2ListResponse> {\n return this.client.sendOperationRequest(\n { location, publisher, extensionType, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param location The name of Azure region.\n * @param publisher The publisher of the Extension being received.\n * @param extensionType The extensionType of the Extension being received.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n location: string,\n publisher: string,\n extensionType: string,\n nextLink: string,\n options?: ExtensionMetadataV2ListNextOptionalParams,\n ): Promise<ExtensionMetadataV2ListNextResponse> {\n return this.client.sendOperationRequest(\n { location, publisher, extensionType, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionValueV2,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.publisher,\n Parameters.extensionType,\n Parameters.version,\n Parameters.location1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionValueListResultV2,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.publisher,\n Parameters.extensionType,\n Parameters.location1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionValueListResultV2,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.publisher,\n Parameters.extensionType,\n Parameters.location1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { ExtensionPublisherOperations } from "../operationsInterfaces/index.js";
|
3
|
+
import { HybridComputeManagementClient } from "../hybridComputeManagementClient.js";
|
4
|
+
import { ExtensionPublisher, ExtensionPublisherListOptionalParams } from "../models/index.js";
|
5
|
+
/** Class containing ExtensionPublisherOperations operations. */
|
6
|
+
export declare class ExtensionPublisherOperationsImpl implements ExtensionPublisherOperations {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class ExtensionPublisherOperations class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: HybridComputeManagementClient);
|
13
|
+
/**
|
14
|
+
* Gets all Extension publishers based on the location
|
15
|
+
* @param location The name of Azure region.
|
16
|
+
* @param options The options parameters.
|
17
|
+
*/
|
18
|
+
list(location: string, options?: ExtensionPublisherListOptionalParams): PagedAsyncIterableIterator<ExtensionPublisher>;
|
19
|
+
private listPagingPage;
|
20
|
+
private listPagingAll;
|
21
|
+
/**
|
22
|
+
* Gets all Extension publishers based on the location
|
23
|
+
* @param location The name of Azure region.
|
24
|
+
* @param options The options parameters.
|
25
|
+
*/
|
26
|
+
private _list;
|
27
|
+
/**
|
28
|
+
* ListNext
|
29
|
+
* @param location The name of Azure region.
|
30
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
private _listNext;
|
34
|
+
}
|
35
|
+
//# sourceMappingURL=extensionPublisherOperations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"extensionPublisherOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/extensionPublisherOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,kBAAkB,EAElB,oCAAoC,EAGrC,MAAM,oBAAoB,CAAC;AAG5B,gEAAgE;AAChE,qBAAa,gCACX,YAAW,4BAA4B;IAEvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;OAIG;IACI,IAAI,CACT,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,kBAAkB,CAAC;YAkBlC,cAAc;YAuBd,aAAa;IAS5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|