@azure/arm-hybridcompute 4.1.0-alpha.20250206.1 → 4.1.0-alpha.20250210.1
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/README.md +21 -14
- package/dist/browser/hybridComputeManagementClient.d.ts +50 -0
- package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/browser/hybridComputeManagementClient.js +199 -0
- package/dist/browser/hybridComputeManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +452 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/extensionMetadata.d.ts +41 -0
- package/dist/browser/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/browser/operations/extensionMetadata.js +142 -0
- package/dist/browser/operations/extensionMetadata.js.map +1 -0
- package/dist/browser/operations/gateways.d.ts +99 -0
- package/dist/browser/operations/gateways.d.ts.map +1 -0
- package/dist/browser/operations/gateways.js +487 -0
- package/dist/browser/operations/gateways.js.map +1 -0
- package/dist/browser/operations/index.d.ts +15 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +22 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/licenseProfiles.d.ts +92 -0
- package/dist/browser/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/browser/operations/licenseProfiles.js +437 -0
- package/dist/browser/operations/licenseProfiles.js.map +1 -0
- package/dist/browser/operations/licenses.d.ts +119 -0
- package/dist/browser/operations/licenses.d.ts.map +1 -0
- package/dist/browser/operations/licenses.js +607 -0
- package/dist/browser/operations/licenses.js.map +1 -0
- package/dist/browser/operations/machineExtensions.d.ts +99 -0
- package/dist/browser/operations/machineExtensions.d.ts.map +1 -0
- package/dist/browser/operations/machineExtensions.js +448 -0
- package/dist/browser/operations/machineExtensions.js.map +1 -0
- package/dist/browser/operations/machineRunCommands.d.ts +81 -0
- package/dist/browser/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/browser/operations/machineRunCommands.js +364 -0
- package/dist/browser/operations/machineRunCommands.js.map +1 -0
- package/dist/browser/operations/machines.d.ts +102 -0
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/dist/browser/operations/machines.js +489 -0
- package/dist/browser/operations/machines.js.map +1 -0
- package/dist/browser/operations/networkProfileOperations.d.ts +20 -0
- package/dist/browser/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/browser/operations/networkProfileOperations.js +53 -0
- package/dist/browser/operations/networkProfileOperations.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +96 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +359 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +46 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +182 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopes.d.ts +108 -0
- package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopes.js +493 -0
- package/dist/browser/operations/privateLinkScopes.js.map +1 -0
- package/dist/browser/operations/settingsOperations.d.ts +45 -0
- package/dist/browser/operations/settingsOperations.d.ts.map +1 -0
- package/dist/browser/operations/settingsOperations.js +163 -0
- package/dist/browser/operations/settingsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +15 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +22 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/browser/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/licenses.js.map +1 -0
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/browser/operationsInterfaces/machines.d.ts +64 -0
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts +50 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.js +204 -0
- package/dist/commonjs/hybridComputeManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3296 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +443 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +132 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4476 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +50 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +455 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/extensionMetadata.d.ts +41 -0
- package/dist/commonjs/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionMetadata.js +146 -0
- package/dist/commonjs/operations/extensionMetadata.js.map +1 -0
- package/dist/commonjs/operations/gateways.d.ts +99 -0
- package/dist/commonjs/operations/gateways.d.ts.map +1 -0
- package/dist/commonjs/operations/gateways.js +491 -0
- package/dist/commonjs/operations/gateways.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +15 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +25 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/licenseProfiles.d.ts +92 -0
- package/dist/commonjs/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/licenseProfiles.js +441 -0
- package/dist/commonjs/operations/licenseProfiles.js.map +1 -0
- package/dist/commonjs/operations/licenses.d.ts +119 -0
- package/dist/commonjs/operations/licenses.d.ts.map +1 -0
- package/dist/commonjs/operations/licenses.js +611 -0
- package/dist/commonjs/operations/licenses.js.map +1 -0
- package/dist/commonjs/operations/machineExtensions.d.ts +99 -0
- package/dist/commonjs/operations/machineExtensions.d.ts.map +1 -0
- package/dist/commonjs/operations/machineExtensions.js +452 -0
- package/dist/commonjs/operations/machineExtensions.js.map +1 -0
- package/dist/commonjs/operations/machineRunCommands.d.ts +81 -0
- package/dist/commonjs/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/commonjs/operations/machineRunCommands.js +368 -0
- package/dist/commonjs/operations/machineRunCommands.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +102 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +493 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/networkProfileOperations.d.ts +20 -0
- package/dist/commonjs/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkProfileOperations.js +58 -0
- package/dist/commonjs/operations/networkProfileOperations.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +275 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +100 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +363 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +186 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts +108 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.js +497 -0
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operations/settingsOperations.d.ts +45 -0
- package/dist/commonjs/operations/settingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/settingsOperations.js +168 -0
- package/dist/commonjs/operations/settingsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
- package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +25 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenses.js +10 -0
- package/dist/commonjs/operationsInterfaces/licenses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/hybridComputeManagementClient.d.ts +50 -0
- package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/hybridComputeManagementClient.js +199 -0
- package/dist/esm/hybridComputeManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3296 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +440 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +132 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4471 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +50 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +452 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/extensionMetadata.d.ts +41 -0
- package/dist/esm/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/esm/operations/extensionMetadata.js +142 -0
- package/dist/esm/operations/extensionMetadata.js.map +1 -0
- package/dist/esm/operations/gateways.d.ts +99 -0
- package/dist/esm/operations/gateways.d.ts.map +1 -0
- package/dist/esm/operations/gateways.js +487 -0
- package/dist/esm/operations/gateways.js.map +1 -0
- package/dist/esm/operations/index.d.ts +15 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +22 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/licenseProfiles.d.ts +92 -0
- package/dist/esm/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/esm/operations/licenseProfiles.js +437 -0
- package/dist/esm/operations/licenseProfiles.js.map +1 -0
- package/dist/esm/operations/licenses.d.ts +119 -0
- package/dist/esm/operations/licenses.d.ts.map +1 -0
- package/dist/esm/operations/licenses.js +607 -0
- package/dist/esm/operations/licenses.js.map +1 -0
- package/dist/esm/operations/machineExtensions.d.ts +99 -0
- package/dist/esm/operations/machineExtensions.d.ts.map +1 -0
- package/dist/esm/operations/machineExtensions.js +448 -0
- package/dist/esm/operations/machineExtensions.js.map +1 -0
- package/dist/esm/operations/machineRunCommands.d.ts +81 -0
- package/dist/esm/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/esm/operations/machineRunCommands.js +364 -0
- package/dist/esm/operations/machineRunCommands.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +102 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +489 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/networkProfileOperations.d.ts +20 -0
- package/dist/esm/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/esm/operations/networkProfileOperations.js +53 -0
- package/dist/esm/operations/networkProfileOperations.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +96 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +359 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +46 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +182 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopes.d.ts +108 -0
- package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopes.js +493 -0
- package/dist/esm/operations/privateLinkScopes.js.map +1 -0
- package/dist/esm/operations/settingsOperations.d.ts +45 -0
- package/dist/esm/operations/settingsOperations.d.ts.map +1 -0
- package/dist/esm/operations/settingsOperations.js +163 -0
- package/dist/esm/operations/settingsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.js +9 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.js +9 -0
- package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +15 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +22 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/esm/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/licenses.js +9 -0
- package/dist/esm/operationsInterfaces/licenses.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineExtensions.js +9 -0
- package/dist/esm/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +64 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.js +9 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/settingsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts +50 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.js +199 -0
- package/dist/react-native/hybridComputeManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3296 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +440 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +132 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4471 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +50 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +452 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/extensionMetadata.d.ts +41 -0
- package/dist/react-native/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/react-native/operations/extensionMetadata.js +142 -0
- package/dist/react-native/operations/extensionMetadata.js.map +1 -0
- package/dist/react-native/operations/gateways.d.ts +99 -0
- package/dist/react-native/operations/gateways.d.ts.map +1 -0
- package/dist/react-native/operations/gateways.js +487 -0
- package/dist/react-native/operations/gateways.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +15 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +22 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/licenseProfiles.d.ts +92 -0
- package/dist/react-native/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/licenseProfiles.js +437 -0
- package/dist/react-native/operations/licenseProfiles.js.map +1 -0
- package/dist/react-native/operations/licenses.d.ts +119 -0
- package/dist/react-native/operations/licenses.d.ts.map +1 -0
- package/dist/react-native/operations/licenses.js +607 -0
- package/dist/react-native/operations/licenses.js.map +1 -0
- package/dist/react-native/operations/machineExtensions.d.ts +99 -0
- package/dist/react-native/operations/machineExtensions.d.ts.map +1 -0
- package/dist/react-native/operations/machineExtensions.js +448 -0
- package/dist/react-native/operations/machineExtensions.js.map +1 -0
- package/dist/react-native/operations/machineRunCommands.d.ts +81 -0
- package/dist/react-native/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/react-native/operations/machineRunCommands.js +364 -0
- package/dist/react-native/operations/machineRunCommands.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +102 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +489 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/networkProfileOperations.d.ts +20 -0
- package/dist/react-native/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operations/networkProfileOperations.js +53 -0
- package/dist/react-native/operations/networkProfileOperations.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +96 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +359 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +182 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts +108 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.js +493 -0
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operations/settingsOperations.d.ts +45 -0
- package/dist/react-native/operations/settingsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/settingsOperations.js +163 -0
- package/dist/react-native/operations/settingsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.js +9 -0
- package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +22 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/react-native/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/licenses.js +9 -0
- package/dist/react-native/operationsInterfaces/licenses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.js +9 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +82 -54
- package/dist/index.js +0 -10360
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataGetSample.js +0 -38
- package/dist-esm/samples-dev/extensionMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.js +0 -53
- package/dist-esm/samples-dev/extensionMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -36
- package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysGetSample.js +0 -36
- package/dist-esm/samples-dev/gatewaysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysUpdateSample.js +0 -30
- package/dist-esm/samples-dev/gatewaysUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.js +0 -36
- package/dist-esm/samples-dev/licenseProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.js +0 -52
- package/dist-esm/samples-dev/licenseProfilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js +0 -36
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/licensesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesGetSample.js +0 -36
- package/dist-esm/samples-dev/licensesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/licensesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js +0 -38
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.js +0 -37
- package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.js +0 -52
- package/dist-esm/samples-dev/machineExtensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js +0 -37
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsListSample.js +0 -52
- package/dist-esm/samples-dev/machineRunCommandsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js +0 -36
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/machinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.js +0 -49
- package/dist-esm/samples-dev/machinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js +0 -37
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkProfileGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkProfileGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkProfileGetSample.js +0 -36
- package/dist-esm/samples-dev/networkProfileGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js +0 -52
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js +0 -37
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -50
- package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -32
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsGetSample.js +0 -39
- package/dist-esm/samples-dev/settingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsPatchSample.js +0 -35
- package/dist-esm/samples-dev/settingsPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/settingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/upgradeExtensionsSample.js +0 -35
- package/dist-esm/samples-dev/upgradeExtensionsSample.js.map +0 -1
- package/dist-esm/src/hybridComputeManagementClient.d.ts +0 -50
- package/dist-esm/src/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist-esm/src/hybridComputeManagementClient.js +0 -206
- package/dist-esm/src/hybridComputeManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -452
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/extensionMetadata.d.ts +0 -41
- package/dist-esm/src/operations/extensionMetadata.d.ts.map +0 -1
- package/dist-esm/src/operations/extensionMetadata.js +0 -142
- package/dist-esm/src/operations/extensionMetadata.js.map +0 -1
- package/dist-esm/src/operations/gateways.d.ts +0 -99
- package/dist-esm/src/operations/gateways.d.ts.map +0 -1
- package/dist-esm/src/operations/gateways.js +0 -495
- package/dist-esm/src/operations/gateways.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -15
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -22
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/licenseProfiles.d.ts +0 -92
- package/dist-esm/src/operations/licenseProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/licenseProfiles.js +0 -449
- package/dist-esm/src/operations/licenseProfiles.js.map +0 -1
- package/dist-esm/src/operations/licenses.d.ts +0 -119
- package/dist-esm/src/operations/licenses.d.ts.map +0 -1
- package/dist-esm/src/operations/licenses.js +0 -623
- package/dist-esm/src/operations/licenses.js.map +0 -1
- package/dist-esm/src/operations/machineExtensions.d.ts +0 -99
- package/dist-esm/src/operations/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operations/machineExtensions.js +0 -460
- package/dist-esm/src/operations/machineExtensions.js.map +0 -1
- package/dist-esm/src/operations/machineRunCommands.d.ts +0 -81
- package/dist-esm/src/operations/machineRunCommands.d.ts.map +0 -1
- package/dist-esm/src/operations/machineRunCommands.js +0 -372
- package/dist-esm/src/operations/machineRunCommands.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts +0 -102
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js +0 -497
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/networkProfileOperations.d.ts +0 -20
- package/dist-esm/src/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkProfileOperations.js +0 -53
- package/dist-esm/src/operations/networkProfileOperations.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -275
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -367
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -182
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -108
- package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.js +0 -497
- package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operations/settingsOperations.d.ts +0 -45
- package/dist-esm/src/operations/settingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/settingsOperations.js +0 -163
- package/dist-esm/src/operations/settingsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -22
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenses.d.ts +0 -83
- package/dist-esm/src/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hybridcompute_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hybridcompute_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hybridcompute_operations_test.spec.js +0 -141
- package/dist-esm/test/hybridcompute_operations_test.spec.js.map +0 -1
- package/src/hybridComputeManagementClient.ts +0 -328
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -3672
- package/src/models/mappers.ts +0 -4802
- package/src/models/parameters.ts +0 -523
- package/src/operations/extensionMetadata.ts +0 -192
- package/src/operations/gateways.ts +0 -641
- package/src/operations/index.ts +0 -22
- package/src/operations/licenseProfiles.ts +0 -621
- package/src/operations/licenses.ts +0 -818
- package/src/operations/machineExtensions.ts +0 -633
- package/src/operations/machineRunCommands.ts +0 -511
- package/src/operations/machines.ts +0 -641
- package/src/operations/networkProfileOperations.ts +0 -71
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -382
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -507
- package/src/operations/privateLinkResources.ts +0 -244
- package/src/operations/privateLinkScopes.ts +0 -623
- package/src/operations/settingsOperations.ts +0 -213
- package/src/operationsInterfaces/extensionMetadata.ts +0 -48
- package/src/operationsInterfaces/gateways.ts +0 -127
- package/src/operationsInterfaces/index.ts +0 -22
- package/src/operationsInterfaces/licenseProfiles.ts +0 -139
- package/src/operationsInterfaces/licenses.ts +0 -164
- package/src/operationsInterfaces/machineExtensions.ts +0 -147
- package/src/operationsInterfaces/machineRunCommands.ts +0 -115
- package/src/operationsInterfaces/machines.ts +0 -126
- package/src/operationsInterfaces/networkProfileOperations.ts +0 -27
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -81
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/operationsInterfaces/privateLinkScopes.ts +0 -132
- package/src/operationsInterfaces/settingsOperations.ts +0 -76
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hybridcompute.d.ts +0 -4350
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensionMetadata.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenseProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineExtensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineRunCommands.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkProfileOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/settingsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,72 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
3
|
+
import { HybridComputePrivateLinkScope, PrivateLinkScopesListOptionalParams, PrivateLinkScopesListByResourceGroupOptionalParams, PrivateLinkScopesDeleteOptionalParams, PrivateLinkScopesGetOptionalParams, PrivateLinkScopesGetResponse, PrivateLinkScopesCreateOrUpdateOptionalParams, PrivateLinkScopesCreateOrUpdateResponse, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams, PrivateLinkScopesUpdateTagsResponse, PrivateLinkScopesGetValidationDetailsOptionalParams, PrivateLinkScopesGetValidationDetailsResponse, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams, PrivateLinkScopesGetValidationDetailsForMachineResponse } from "../models/index.js";
|
4
|
+
/** Interface representing a PrivateLinkScopes. */
|
5
|
+
export interface PrivateLinkScopes {
|
6
|
+
/**
|
7
|
+
* Gets a list of all Azure Arc PrivateLinkScopes within a subscription.
|
8
|
+
* @param options The options parameters.
|
9
|
+
*/
|
10
|
+
list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;
|
11
|
+
/**
|
12
|
+
* Gets a list of Azure Arc PrivateLinkScopes within a resource group.
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
14
|
+
* @param options The options parameters.
|
15
|
+
*/
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;
|
17
|
+
/**
|
18
|
+
* Deletes a Azure Arc PrivateLinkScope.
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
20
|
+
* @param scopeName The name of the Azure Arc PrivateLinkScope resource.
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
24
|
+
/**
|
25
|
+
* Deletes a Azure Arc PrivateLinkScope.
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
|
+
* @param scopeName The name of the Azure Arc PrivateLinkScope resource.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>;
|
31
|
+
/**
|
32
|
+
* Returns a Azure Arc PrivateLinkScope.
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
34
|
+
* @param scopeName The name of the Azure Arc PrivateLinkScope resource.
|
35
|
+
* @param options The options parameters.
|
36
|
+
*/
|
37
|
+
get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<PrivateLinkScopesGetResponse>;
|
38
|
+
/**
|
39
|
+
* Creates (or updates) a Azure Arc PrivateLinkScope. Note: You cannot specify a different value for
|
40
|
+
* InstrumentationKey nor AppId in the Put operation.
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
42
|
+
* @param scopeName The name of the Azure Arc PrivateLinkScope resource.
|
43
|
+
* @param parameters Properties that need to be specified to create or update a Azure Arc for Servers
|
44
|
+
* and Clusters PrivateLinkScope.
|
45
|
+
* @param options The options parameters.
|
46
|
+
*/
|
47
|
+
createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<PrivateLinkScopesCreateOrUpdateResponse>;
|
48
|
+
/**
|
49
|
+
* Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
51
|
+
* @param scopeName The name of the Azure Arc PrivateLinkScope resource.
|
52
|
+
* @param privateLinkScopeTags Updated tag information to set into the PrivateLinkScope instance.
|
53
|
+
* @param options The options parameters.
|
54
|
+
*/
|
55
|
+
updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<PrivateLinkScopesUpdateTagsResponse>;
|
56
|
+
/**
|
57
|
+
* Returns a Azure Arc PrivateLinkScope's validation details.
|
58
|
+
* @param location The location of the target resource.
|
59
|
+
* @param privateLinkScopeId The id (Guid) of the Azure Arc PrivateLinkScope resource.
|
60
|
+
* @param options The options parameters.
|
61
|
+
*/
|
62
|
+
getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopesGetValidationDetailsResponse>;
|
63
|
+
/**
|
64
|
+
* Returns a Azure Arc PrivateLinkScope's validation details for a given machine.
|
65
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
66
|
+
* @param machineName The name of the target machine to get the private link scope validation details
|
67
|
+
* for.
|
68
|
+
* @param options The options parameters.
|
69
|
+
*/
|
70
|
+
getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopesGetValidationDetailsForMachineResponse>;
|
71
|
+
}
|
72
|
+
//# sourceMappingURL=privateLinkScopes.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateLinkScopes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkScopes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,6BAA6B,EAC7B,mCAAmC,EACnC,kDAAkD,EAClD,qCAAqC,EACrC,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,YAAY,EACZ,yCAAyC,EACzC,mCAAmC,EACnC,mDAAmD,EACnD,6CAA6C,EAC7C,6DAA6D,EAC7D,uDAAuD,EACxD,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,6BAA6B,CAAC,CAAC;IAC7D;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,6BAA6B,CAAC,CAAC;IAC7D;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,6BAA6B,EACzC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,oBAAoB,EAAE,YAAY,EAClC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;OAKG;IACH,oBAAoB,CAClB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;OAMG;IACH,8BAA8B,CAC5B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CAAC,uDAAuD,CAAC,CAAC;CACrE"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=privateLinkScopes.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateLinkScopes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkScopes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n HybridComputePrivateLinkScope,\n PrivateLinkScopesListOptionalParams,\n PrivateLinkScopesListByResourceGroupOptionalParams,\n PrivateLinkScopesDeleteOptionalParams,\n PrivateLinkScopesGetOptionalParams,\n PrivateLinkScopesGetResponse,\n PrivateLinkScopesCreateOrUpdateOptionalParams,\n PrivateLinkScopesCreateOrUpdateResponse,\n TagsResource,\n PrivateLinkScopesUpdateTagsOptionalParams,\n PrivateLinkScopesUpdateTagsResponse,\n PrivateLinkScopesGetValidationDetailsOptionalParams,\n PrivateLinkScopesGetValidationDetailsResponse,\n PrivateLinkScopesGetValidationDetailsForMachineOptionalParams,\n PrivateLinkScopesGetValidationDetailsForMachineResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateLinkScopes. */\nexport interface PrivateLinkScopes {\n /**\n * Gets a list of all Azure Arc PrivateLinkScopes within a subscription.\n * @param options The options parameters.\n */\n list(\n options?: PrivateLinkScopesListOptionalParams,\n ): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;\n /**\n * Gets a list of Azure Arc PrivateLinkScopes within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: PrivateLinkScopesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;\n /**\n * Deletes a Azure Arc PrivateLinkScope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param scopeName The name of the Azure Arc PrivateLinkScope resource.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n scopeName: string,\n options?: PrivateLinkScopesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a Azure Arc PrivateLinkScope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param scopeName The name of the Azure Arc PrivateLinkScope resource.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n scopeName: string,\n options?: PrivateLinkScopesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a Azure Arc PrivateLinkScope.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param scopeName The name of the Azure Arc PrivateLinkScope resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n scopeName: string,\n options?: PrivateLinkScopesGetOptionalParams,\n ): Promise<PrivateLinkScopesGetResponse>;\n /**\n * Creates (or updates) a Azure Arc PrivateLinkScope. Note: You cannot specify a different value for\n * InstrumentationKey nor AppId in the Put operation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param scopeName The name of the Azure Arc PrivateLinkScope resource.\n * @param parameters Properties that need to be specified to create or update a Azure Arc for Servers\n * and Clusters PrivateLinkScope.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n scopeName: string,\n parameters: HybridComputePrivateLinkScope,\n options?: PrivateLinkScopesCreateOrUpdateOptionalParams,\n ): Promise<PrivateLinkScopesCreateOrUpdateResponse>;\n /**\n * Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param scopeName The name of the Azure Arc PrivateLinkScope resource.\n * @param privateLinkScopeTags Updated tag information to set into the PrivateLinkScope instance.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n scopeName: string,\n privateLinkScopeTags: TagsResource,\n options?: PrivateLinkScopesUpdateTagsOptionalParams,\n ): Promise<PrivateLinkScopesUpdateTagsResponse>;\n /**\n * Returns a Azure Arc PrivateLinkScope's validation details.\n * @param location The location of the target resource.\n * @param privateLinkScopeId The id (Guid) of the Azure Arc PrivateLinkScope resource.\n * @param options The options parameters.\n */\n getValidationDetails(\n location: string,\n privateLinkScopeId: string,\n options?: PrivateLinkScopesGetValidationDetailsOptionalParams,\n ): Promise<PrivateLinkScopesGetValidationDetailsResponse>;\n /**\n * Returns a Azure Arc PrivateLinkScope's validation details for a given machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param machineName The name of the target machine to get the private link scope validation details\n * for.\n * @param options The options parameters.\n */\n getValidationDetailsForMachine(\n resourceGroupName: string,\n machineName: string,\n options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams,\n ): Promise<PrivateLinkScopesGetValidationDetailsForMachineResponse>;\n}\n"]}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { SettingsGetOptionalParams, SettingsGetResponse, Settings, SettingsUpdateOptionalParams, SettingsUpdateResponse, SettingsPatchOptionalParams, SettingsPatchResponse } from "../models/index.js";
|
2
|
+
/** Interface representing a SettingsOperations. */
|
3
|
+
export interface SettingsOperations {
|
4
|
+
/**
|
5
|
+
* Returns the base Settings for the target resource.
|
6
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
7
|
+
* @param baseProvider The name of the base Resource Provider.
|
8
|
+
* @param baseResourceType The name of the base Resource Type.
|
9
|
+
* @param baseResourceName The name of the base resource.
|
10
|
+
* @param settingsResourceName The name of the settings resource.
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
get(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, options?: SettingsGetOptionalParams): Promise<SettingsGetResponse>;
|
14
|
+
/**
|
15
|
+
* Updates the base Settings of the target resource.
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
17
|
+
* @param baseProvider The name of the base Resource Provider.
|
18
|
+
* @param baseResourceType The name of the base Resource Type.
|
19
|
+
* @param baseResourceName The name of the base resource.
|
20
|
+
* @param settingsResourceName The name of the settings resource.
|
21
|
+
* @param parameters Settings details
|
22
|
+
* @param options The options parameters.
|
23
|
+
*/
|
24
|
+
update(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsUpdateOptionalParams): Promise<SettingsUpdateResponse>;
|
25
|
+
/**
|
26
|
+
* Update the base Settings of the target resource.
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
28
|
+
* @param baseProvider The name of the base Resource Provider.
|
29
|
+
* @param baseResourceType The name of the base Resource Type.
|
30
|
+
* @param baseResourceName The name of the base resource.
|
31
|
+
* @param settingsResourceName The name of the settings resource.
|
32
|
+
* @param parameters Settings details
|
33
|
+
* @param options The options parameters.
|
34
|
+
*/
|
35
|
+
patch(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsPatchOptionalParams): Promise<SettingsPatchResponse>;
|
36
|
+
}
|
37
|
+
//# sourceMappingURL=settingsOperations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"settingsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/settingsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,yBAAyB,EACzB,mBAAmB,EACnB,QAAQ,EACR,4BAA4B,EAC5B,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAE5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;;;OASG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACnC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=settingsOperations.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"settingsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/settingsOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 SettingsGetOptionalParams,\n SettingsGetResponse,\n Settings,\n SettingsUpdateOptionalParams,\n SettingsUpdateResponse,\n SettingsPatchOptionalParams,\n SettingsPatchResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a SettingsOperations. */\nexport interface SettingsOperations {\n /**\n * Returns the base Settings for the target resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param baseProvider The name of the base Resource Provider.\n * @param baseResourceType The name of the base Resource Type.\n * @param baseResourceName The name of the base resource.\n * @param settingsResourceName The name of the settings resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n baseProvider: string,\n baseResourceType: string,\n baseResourceName: string,\n settingsResourceName: string,\n options?: SettingsGetOptionalParams,\n ): Promise<SettingsGetResponse>;\n /**\n * Updates the base Settings of the target resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param baseProvider The name of the base Resource Provider.\n * @param baseResourceType The name of the base Resource Type.\n * @param baseResourceName The name of the base resource.\n * @param settingsResourceName The name of the settings resource.\n * @param parameters Settings details\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n baseProvider: string,\n baseResourceType: string,\n baseResourceName: string,\n settingsResourceName: string,\n parameters: Settings,\n options?: SettingsUpdateOptionalParams,\n ): Promise<SettingsUpdateResponse>;\n /**\n * Update the base Settings of the target resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param baseProvider The name of the base Resource Provider.\n * @param baseResourceType The name of the base Resource Type.\n * @param baseResourceName The name of the base resource.\n * @param settingsResourceName The name of the settings resource.\n * @param parameters Settings details\n * @param options The options parameters.\n */\n patch(\n resourceGroupName: string,\n baseProvider: string,\n baseResourceType: string,\n baseResourceName: string,\n settingsResourceName: string,\n parameters: Settings,\n options?: SettingsPatchOptionalParams,\n ): Promise<SettingsPatchResponse>;\n}\n"]}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface PageInfo {
|
2
|
+
continuationToken?: string;
|
3
|
+
}
|
4
|
+
/**
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
7
|
+
* that point later.
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
10
|
+
*/
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
const pageMap = new WeakMap();
|
9
|
+
/**
|
10
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
11
|
+
* returns a continuation token that can be used to begin paging from
|
12
|
+
* that point later.
|
13
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
14
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
15
|
+
*/
|
16
|
+
export function getContinuationToken(page) {
|
17
|
+
var _a;
|
18
|
+
if (typeof page !== "object" || page === null) {
|
19
|
+
return undefined;
|
20
|
+
}
|
21
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
22
|
+
}
|
23
|
+
export function setContinuationToken(page, continuationToken) {
|
24
|
+
var _a;
|
25
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
26
|
+
return;
|
27
|
+
}
|
28
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
29
|
+
pageInfo.continuationToken = continuationToken;
|
30
|
+
pageMap.set(page, pageInfo);
|
31
|
+
}
|
32
|
+
//# sourceMappingURL=pagingHelper.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
3
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
4
|
+
import { Licenses, Machines, LicenseProfiles, MachineExtensions, ExtensionMetadata, Operations, NetworkProfileOperations, MachineRunCommands, Gateways, SettingsOperations, PrivateLinkScopes, PrivateLinkResources, PrivateEndpointConnections, NetworkSecurityPerimeterConfigurations } from "./operationsInterfaces/index.js";
|
5
|
+
import { HybridComputeManagementClientOptionalParams, MachineExtensionUpgrade, UpgradeExtensionsOptionalParams } from "./models/index.js";
|
6
|
+
export declare class HybridComputeManagementClient extends coreClient.ServiceClient {
|
7
|
+
$host: string;
|
8
|
+
apiVersion: string;
|
9
|
+
subscriptionId: string;
|
10
|
+
/**
|
11
|
+
* Initializes a new instance of the HybridComputeManagementClient class.
|
12
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
13
|
+
* @param subscriptionId The ID of the target subscription.
|
14
|
+
* @param options The parameter options
|
15
|
+
*/
|
16
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HybridComputeManagementClientOptionalParams);
|
17
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
18
|
+
private addCustomApiVersionPolicy;
|
19
|
+
/**
|
20
|
+
* The operation to Upgrade Machine Extensions.
|
21
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
22
|
+
* @param machineName The name of the hybrid machine.
|
23
|
+
* @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
|
24
|
+
* @param options The options parameters.
|
25
|
+
*/
|
26
|
+
beginUpgradeExtensions(resourceGroupName: string, machineName: string, extensionUpgradeParameters: MachineExtensionUpgrade, options?: UpgradeExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
27
|
+
/**
|
28
|
+
* The operation to Upgrade Machine Extensions.
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
30
|
+
* @param machineName The name of the hybrid machine.
|
31
|
+
* @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
|
32
|
+
* @param options The options parameters.
|
33
|
+
*/
|
34
|
+
beginUpgradeExtensionsAndWait(resourceGroupName: string, machineName: string, extensionUpgradeParameters: MachineExtensionUpgrade, options?: UpgradeExtensionsOptionalParams): Promise<void>;
|
35
|
+
licenses: Licenses;
|
36
|
+
machines: Machines;
|
37
|
+
licenseProfiles: LicenseProfiles;
|
38
|
+
machineExtensions: MachineExtensions;
|
39
|
+
extensionMetadata: ExtensionMetadata;
|
40
|
+
operations: Operations;
|
41
|
+
networkProfileOperations: NetworkProfileOperations;
|
42
|
+
machineRunCommands: MachineRunCommands;
|
43
|
+
gateways: Gateways;
|
44
|
+
settingsOperations: SettingsOperations;
|
45
|
+
privateLinkScopes: PrivateLinkScopes;
|
46
|
+
privateLinkResources: PrivateLinkResources;
|
47
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
48
|
+
networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;
|
49
|
+
}
|
50
|
+
//# sourceMappingURL=hybridComputeManagementClient.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"hybridComputeManagementClient.d.ts","sourceRoot":"","sources":["../../src/hybridComputeManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAkBzB,OAAO,EACL,QAAQ,EACR,QAAQ,EACR,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,EACV,wBAAwB,EACxB,kBAAkB,EAClB,QAAQ,EACR,kBAAkB,EAClB,iBAAiB,EACjB,oBAAoB,EACpB,0BAA0B,EAC1B,sCAAsC,EACvC,MAAM,iCAAiC,CAAC;AAGzC,OAAO,EACL,2CAA2C,EAC3C,uBAAuB,EACvB,+BAA+B,EAChC,MAAM,mBAAmB,CAAC;AAE3B,qBAAa,6BAA8B,SAAQ,UAAU,CAAC,aAAa;IACzE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C;IA2FvD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC;;;;;;OAMG;IACG,sBAAsB,CAC1B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,0BAA0B,EAAE,uBAAuB,EACnD,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;;;OAMG;IACG,6BAA6B,CACjC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,0BAA0B,EAAE,uBAAuB,EACnD,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC;IAUhB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;IACnB,eAAe,EAAE,eAAe,CAAC;IACjC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,sCAAsC,EAAE,sCAAsC,CAAC;CAChF"}
|
@@ -0,0 +1,199 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
10
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
11
|
+
import { createLroSpec } from "./lroImpl.js";
|
12
|
+
import { LicensesImpl, MachinesImpl, LicenseProfilesImpl, MachineExtensionsImpl, ExtensionMetadataImpl, OperationsImpl, NetworkProfileOperationsImpl, MachineRunCommandsImpl, GatewaysImpl, SettingsOperationsImpl, PrivateLinkScopesImpl, PrivateLinkResourcesImpl, PrivateEndpointConnectionsImpl, NetworkSecurityPerimeterConfigurationsImpl, } from "./operations/index.js";
|
13
|
+
import * as Parameters from "./models/parameters.js";
|
14
|
+
import * as Mappers from "./models/mappers.js";
|
15
|
+
export class HybridComputeManagementClient extends coreClient.ServiceClient {
|
16
|
+
/**
|
17
|
+
* Initializes a new instance of the HybridComputeManagementClient class.
|
18
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
19
|
+
* @param subscriptionId The ID of the target subscription.
|
20
|
+
* @param options The parameter options
|
21
|
+
*/
|
22
|
+
constructor(credentials, subscriptionId, options) {
|
23
|
+
var _a, _b, _c;
|
24
|
+
if (credentials === undefined) {
|
25
|
+
throw new Error("'credentials' cannot be null");
|
26
|
+
}
|
27
|
+
if (subscriptionId === undefined) {
|
28
|
+
throw new Error("'subscriptionId' cannot be null");
|
29
|
+
}
|
30
|
+
// Initializing default values for options
|
31
|
+
if (!options) {
|
32
|
+
options = {};
|
33
|
+
}
|
34
|
+
const defaults = {
|
35
|
+
requestContentType: "application/json; charset=utf-8",
|
36
|
+
credential: credentials,
|
37
|
+
};
|
38
|
+
const packageDetails = `azsdk-js-arm-hybridcompute/4.1.0-beta.1`;
|
39
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
40
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
41
|
+
: `${packageDetails}`;
|
42
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
43
|
+
userAgentPrefix,
|
44
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
45
|
+
super(optionsWithDefaults);
|
46
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
47
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
48
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
49
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
50
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
51
|
+
}
|
52
|
+
if (!options ||
|
53
|
+
!options.pipeline ||
|
54
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
55
|
+
!bearerTokenAuthenticationPolicyFound) {
|
56
|
+
this.pipeline.removePolicy({
|
57
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
58
|
+
});
|
59
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
60
|
+
credential: credentials,
|
61
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
62
|
+
challengeCallbacks: {
|
63
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
64
|
+
},
|
65
|
+
}));
|
66
|
+
}
|
67
|
+
// Parameter assignments
|
68
|
+
this.subscriptionId = subscriptionId;
|
69
|
+
// Assigning values to Constant parameters
|
70
|
+
this.$host = options.$host || "https://management.azure.com";
|
71
|
+
this.apiVersion = options.apiVersion || "2024-07-31-preview";
|
72
|
+
this.licenses = new LicensesImpl(this);
|
73
|
+
this.machines = new MachinesImpl(this);
|
74
|
+
this.licenseProfiles = new LicenseProfilesImpl(this);
|
75
|
+
this.machineExtensions = new MachineExtensionsImpl(this);
|
76
|
+
this.extensionMetadata = new ExtensionMetadataImpl(this);
|
77
|
+
this.operations = new OperationsImpl(this);
|
78
|
+
this.networkProfileOperations = new NetworkProfileOperationsImpl(this);
|
79
|
+
this.machineRunCommands = new MachineRunCommandsImpl(this);
|
80
|
+
this.gateways = new GatewaysImpl(this);
|
81
|
+
this.settingsOperations = new SettingsOperationsImpl(this);
|
82
|
+
this.privateLinkScopes = new PrivateLinkScopesImpl(this);
|
83
|
+
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
84
|
+
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
85
|
+
this.networkSecurityPerimeterConfigurations =
|
86
|
+
new NetworkSecurityPerimeterConfigurationsImpl(this);
|
87
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
88
|
+
}
|
89
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
90
|
+
addCustomApiVersionPolicy(apiVersion) {
|
91
|
+
if (!apiVersion) {
|
92
|
+
return;
|
93
|
+
}
|
94
|
+
const apiVersionPolicy = {
|
95
|
+
name: "CustomApiVersionPolicy",
|
96
|
+
async sendRequest(request, next) {
|
97
|
+
const param = request.url.split("?");
|
98
|
+
if (param.length > 1) {
|
99
|
+
const newParams = param[1].split("&").map((item) => {
|
100
|
+
if (item.indexOf("api-version") > -1) {
|
101
|
+
return "api-version=" + apiVersion;
|
102
|
+
}
|
103
|
+
else {
|
104
|
+
return item;
|
105
|
+
}
|
106
|
+
});
|
107
|
+
request.url = param[0] + "?" + newParams.join("&");
|
108
|
+
}
|
109
|
+
return next(request);
|
110
|
+
},
|
111
|
+
};
|
112
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
113
|
+
}
|
114
|
+
/**
|
115
|
+
* The operation to Upgrade Machine Extensions.
|
116
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
117
|
+
* @param machineName The name of the hybrid machine.
|
118
|
+
* @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
|
119
|
+
* @param options The options parameters.
|
120
|
+
*/
|
121
|
+
async beginUpgradeExtensions(resourceGroupName, machineName, extensionUpgradeParameters, options) {
|
122
|
+
const directSendOperation = async (args, spec) => {
|
123
|
+
return this.sendOperationRequest(args, spec);
|
124
|
+
};
|
125
|
+
const sendOperationFn = async (args, spec) => {
|
126
|
+
var _a;
|
127
|
+
let currentRawResponse = undefined;
|
128
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
129
|
+
const callback = (rawResponse, flatResponse) => {
|
130
|
+
currentRawResponse = rawResponse;
|
131
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
132
|
+
};
|
133
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
134
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
135
|
+
return {
|
136
|
+
flatResponse,
|
137
|
+
rawResponse: {
|
138
|
+
statusCode: currentRawResponse.status,
|
139
|
+
body: currentRawResponse.parsedBody,
|
140
|
+
headers: currentRawResponse.headers.toJSON(),
|
141
|
+
},
|
142
|
+
};
|
143
|
+
};
|
144
|
+
const lro = createLroSpec({
|
145
|
+
sendOperationFn,
|
146
|
+
args: {
|
147
|
+
resourceGroupName,
|
148
|
+
machineName,
|
149
|
+
extensionUpgradeParameters,
|
150
|
+
options,
|
151
|
+
},
|
152
|
+
spec: upgradeExtensionsOperationSpec,
|
153
|
+
});
|
154
|
+
const poller = await createHttpPoller(lro, {
|
155
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
156
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
157
|
+
});
|
158
|
+
await poller.poll();
|
159
|
+
return poller;
|
160
|
+
}
|
161
|
+
/**
|
162
|
+
* The operation to Upgrade Machine Extensions.
|
163
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
164
|
+
* @param machineName The name of the hybrid machine.
|
165
|
+
* @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
|
166
|
+
* @param options The options parameters.
|
167
|
+
*/
|
168
|
+
async beginUpgradeExtensionsAndWait(resourceGroupName, machineName, extensionUpgradeParameters, options) {
|
169
|
+
const poller = await this.beginUpgradeExtensions(resourceGroupName, machineName, extensionUpgradeParameters, options);
|
170
|
+
return poller.pollUntilDone();
|
171
|
+
}
|
172
|
+
}
|
173
|
+
// Operation Specifications
|
174
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
175
|
+
const upgradeExtensionsOperationSpec = {
|
176
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/upgradeExtensions",
|
177
|
+
httpMethod: "POST",
|
178
|
+
responses: {
|
179
|
+
200: {},
|
180
|
+
201: {},
|
181
|
+
202: {},
|
182
|
+
204: {},
|
183
|
+
default: {
|
184
|
+
bodyMapper: Mappers.ErrorResponse,
|
185
|
+
},
|
186
|
+
},
|
187
|
+
requestBody: Parameters.extensionUpgradeParameters,
|
188
|
+
queryParameters: [Parameters.apiVersion],
|
189
|
+
urlParameters: [
|
190
|
+
Parameters.$host,
|
191
|
+
Parameters.subscriptionId,
|
192
|
+
Parameters.resourceGroupName,
|
193
|
+
Parameters.machineName,
|
194
|
+
],
|
195
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
196
|
+
mediaType: "json",
|
197
|
+
serializer,
|
198
|
+
};
|
199
|
+
//# sourceMappingURL=hybridComputeManagementClient.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"hybridComputeManagementClient.js","sourceRoot":"","sources":["../../src/hybridComputeManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EAGL,gBAAgB,GACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,mBAAmB,EACnB,qBAAqB,EACrB,qBAAqB,EACrB,cAAc,EACd,4BAA4B,EAC5B,sBAAsB,EACtB,YAAY,EACZ,sBAAsB,EACtB,qBAAqB,EACrB,wBAAwB,EACxB,8BAA8B,EAC9B,0CAA0C,GAC3C,MAAM,uBAAuB,CAAC;AAiB/B,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAO/C,MAAM,OAAO,6BAA8B,SAAQ,UAAU,CAAC,aAAa;IAKzE;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAqD;;QAErD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAgD;YAC5D,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,yCAAyC,CAAC;QACjE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,eAAe,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,wBAAwB,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACvE,IAAI,CAAC,kBAAkB,GAAG,IAAI,sBAAsB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,kBAAkB,GAAG,IAAI,sBAAsB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,sCAAsC;YACzC,IAAI,0CAA0C,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,sBAAsB,CAC1B,iBAAyB,EACzB,WAAmB,EACnB,0BAAmD,EACnD,OAAyC;QAEzC,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACf,EAAE;YACjB,OAAO,IAAI,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QAC/C,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,WAAW;gBACX,0BAA0B;gBAC1B,OAAO;aACR;YACD,IAAI,EAAE,8BAA8B;SACrC,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAA6B,GAAG,EAAE;YACrE,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;SAC1C,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,6BAA6B,CACjC,iBAAyB,EACzB,WAAmB,EACnB,0BAAmD,EACnD,OAAyC;QAEzC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAC9C,iBAAiB,EACjB,WAAW,EACX,0BAA0B,EAC1B,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;CAgBF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,+IAA+I;IACrJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,0BAA0B;IAClD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"./lroImpl.js\";\nimport {\n LicensesImpl,\n MachinesImpl,\n LicenseProfilesImpl,\n MachineExtensionsImpl,\n ExtensionMetadataImpl,\n OperationsImpl,\n NetworkProfileOperationsImpl,\n MachineRunCommandsImpl,\n GatewaysImpl,\n SettingsOperationsImpl,\n PrivateLinkScopesImpl,\n PrivateLinkResourcesImpl,\n PrivateEndpointConnectionsImpl,\n NetworkSecurityPerimeterConfigurationsImpl,\n} from \"./operations/index.js\";\nimport {\n Licenses,\n Machines,\n LicenseProfiles,\n MachineExtensions,\n ExtensionMetadata,\n Operations,\n NetworkProfileOperations,\n MachineRunCommands,\n Gateways,\n SettingsOperations,\n PrivateLinkScopes,\n PrivateLinkResources,\n PrivateEndpointConnections,\n NetworkSecurityPerimeterConfigurations,\n} from \"./operationsInterfaces/index.js\";\nimport * as Parameters from \"./models/parameters.js\";\nimport * as Mappers from \"./models/mappers.js\";\nimport {\n HybridComputeManagementClientOptionalParams,\n MachineExtensionUpgrade,\n UpgradeExtensionsOptionalParams,\n} from \"./models/index.js\";\n\nexport class HybridComputeManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the HybridComputeManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: HybridComputeManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: HybridComputeManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-hybridcompute/4.1.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-07-31-preview\";\n this.licenses = new LicensesImpl(this);\n this.machines = new MachinesImpl(this);\n this.licenseProfiles = new LicenseProfilesImpl(this);\n this.machineExtensions = new MachineExtensionsImpl(this);\n this.extensionMetadata = new ExtensionMetadataImpl(this);\n this.operations = new OperationsImpl(this);\n this.networkProfileOperations = new NetworkProfileOperationsImpl(this);\n this.machineRunCommands = new MachineRunCommandsImpl(this);\n this.gateways = new GatewaysImpl(this);\n this.settingsOperations = new SettingsOperationsImpl(this);\n this.privateLinkScopes = new PrivateLinkScopesImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.networkSecurityPerimeterConfigurations =\n new NetworkSecurityPerimeterConfigurationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n /**\n * The operation to Upgrade Machine Extensions.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param machineName The name of the hybrid machine.\n * @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.\n * @param options The options parameters.\n */\n async beginUpgradeExtensions(\n resourceGroupName: string,\n machineName: string,\n extensionUpgradeParameters: MachineExtensionUpgrade,\n options?: UpgradeExtensionsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n machineName,\n extensionUpgradeParameters,\n options,\n },\n spec: upgradeExtensionsOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * The operation to Upgrade Machine Extensions.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param machineName The name of the hybrid machine.\n * @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.\n * @param options The options parameters.\n */\n async beginUpgradeExtensionsAndWait(\n resourceGroupName: string,\n machineName: string,\n extensionUpgradeParameters: MachineExtensionUpgrade,\n options?: UpgradeExtensionsOptionalParams,\n ): Promise<void> {\n const poller = await this.beginUpgradeExtensions(\n resourceGroupName,\n machineName,\n extensionUpgradeParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n licenses: Licenses;\n machines: Machines;\n licenseProfiles: LicenseProfiles;\n machineExtensions: MachineExtensions;\n extensionMetadata: ExtensionMetadata;\n operations: Operations;\n networkProfileOperations: NetworkProfileOperations;\n machineRunCommands: MachineRunCommands;\n gateways: Gateways;\n settingsOperations: SettingsOperations;\n privateLinkScopes: PrivateLinkScopes;\n privateLinkResources: PrivateLinkResources;\n privateEndpointConnections: PrivateEndpointConnections;\n networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst upgradeExtensionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/upgradeExtensions\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.extensionUpgradeParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.machineName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,cAAc,iCAAiC,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
/// <reference lib="esnext.asynciterable" />
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
10
|
+
export * from "./models/index.js";
|
11
|
+
export { HybridComputeManagementClient } from "./hybridComputeManagementClient.js";
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
13
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,cAAc,iCAAiC,CAAC","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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { HybridComputeManagementClient } from \"./hybridComputeManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
2
|
+
export declare function createLroSpec<T>(inputs: {
|
3
|
+
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
4
|
+
args: Record<string, unknown>;
|
5
|
+
spec: {
|
6
|
+
readonly requestBody?: unknown;
|
7
|
+
readonly path?: string;
|
8
|
+
readonly httpMethod: string;
|
9
|
+
} & Record<string, any>;
|
10
|
+
}): LongRunningOperation<T>;
|
11
|
+
//# sourceMappingURL=lroImpl.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { __rest } from "tslib";
|
2
|
+
export function createLroSpec(inputs) {
|
3
|
+
const { args, spec, sendOperationFn } = inputs;
|
4
|
+
return {
|
5
|
+
requestMethod: spec.httpMethod,
|
6
|
+
requestPath: spec.path,
|
7
|
+
sendInitialRequest: () => sendOperationFn(args, spec),
|
8
|
+
sendPollRequest: (path, options) => {
|
9
|
+
const { requestBody } = spec, restSpec = __rest(spec, ["requestBody"]);
|
10
|
+
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
|
11
|
+
},
|
12
|
+
};
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=lroImpl.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|