@azure/arm-hybridcompute 5.0.0-beta.1 → 5.0.0-beta.2
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 +11 -11
- package/dist/browser/api/extensionMetadata/index.d.ts +3 -0
- package/dist/browser/api/extensionMetadata/index.js +4 -0
- package/dist/browser/api/extensionMetadata/index.js.map +1 -0
- package/dist/browser/api/extensionMetadata/operations.d.ts +14 -0
- package/dist/browser/api/extensionMetadata/operations.js +73 -0
- package/dist/browser/api/extensionMetadata/operations.js.map +1 -0
- package/dist/browser/api/extensionMetadata/options.d.ts +8 -0
- package/dist/browser/api/extensionMetadata/options.js +4 -0
- package/dist/browser/api/extensionMetadata/options.js.map +1 -0
- package/dist/browser/api/extensionMetadataV2/index.d.ts +3 -0
- package/dist/browser/api/extensionMetadataV2/index.js +4 -0
- package/dist/browser/api/extensionMetadataV2/index.js.map +1 -0
- package/dist/browser/api/extensionMetadataV2/operations.d.ts +14 -0
- package/dist/browser/api/extensionMetadataV2/operations.js +71 -0
- package/dist/browser/api/extensionMetadataV2/operations.js.map +1 -0
- package/dist/browser/api/extensionMetadataV2/options.d.ts +8 -0
- package/dist/browser/api/extensionMetadataV2/options.js +4 -0
- package/dist/browser/api/extensionMetadataV2/options.js.map +1 -0
- package/dist/browser/api/extensionPublisher/index.d.ts +3 -0
- package/dist/browser/api/extensionPublisher/index.js +4 -0
- package/dist/browser/api/extensionPublisher/index.js.map +1 -0
- package/dist/browser/api/extensionPublisher/operations.d.ts +10 -0
- package/dist/browser/api/extensionPublisher/operations.js +38 -0
- package/dist/browser/api/extensionPublisher/operations.js.map +1 -0
- package/dist/browser/api/extensionPublisher/options.d.ts +5 -0
- package/dist/browser/api/extensionPublisher/options.js +4 -0
- package/dist/browser/api/extensionPublisher/options.js.map +1 -0
- package/dist/browser/api/extensionType/index.d.ts +3 -0
- package/dist/browser/api/extensionType/index.js +4 -0
- package/dist/browser/api/extensionType/index.js.map +1 -0
- package/dist/browser/api/extensionType/operations.d.ts +10 -0
- package/dist/browser/api/extensionType/operations.js +39 -0
- package/dist/browser/api/extensionType/operations.js.map +1 -0
- package/dist/browser/api/extensionType/options.d.ts +5 -0
- package/dist/browser/api/extensionType/options.js +4 -0
- package/dist/browser/api/extensionType/options.js.map +1 -0
- package/dist/browser/api/gateways/index.d.ts +3 -0
- package/dist/browser/api/gateways/index.js +4 -0
- package/dist/browser/api/gateways/index.js.map +1 -0
- package/dist/browser/api/gateways/operations.d.ts +31 -0
- package/dist/browser/api/gateways/operations.js +202 -0
- package/dist/browser/api/gateways/operations.js.map +1 -0
- package/dist/browser/api/gateways/options.d.ts +24 -0
- package/dist/browser/api/gateways/options.js +4 -0
- package/dist/browser/api/gateways/options.js.map +1 -0
- package/dist/browser/api/hybridComputeManagementContext.d.ts +22 -0
- package/dist/browser/api/hybridComputeManagementContext.js +26 -0
- package/dist/browser/api/hybridComputeManagementContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/licenseProfiles/index.d.ts +3 -0
- package/dist/browser/api/licenseProfiles/index.js +4 -0
- package/dist/browser/api/licenseProfiles/index.js.map +1 -0
- package/dist/browser/api/licenseProfiles/operations.d.ts +27 -0
- package/dist/browser/api/licenseProfiles/operations.js +181 -0
- package/dist/browser/api/licenseProfiles/operations.js.map +1 -0
- package/dist/browser/api/licenseProfiles/options.d.ts +23 -0
- package/dist/browser/api/licenseProfiles/options.js +4 -0
- package/dist/browser/api/licenseProfiles/options.js.map +1 -0
- package/dist/browser/api/licenses/index.d.ts +3 -0
- package/dist/browser/api/licenses/index.js +4 -0
- package/dist/browser/api/licenses/index.js.map +1 -0
- package/dist/browser/api/licenses/operations.d.ts +35 -0
- package/dist/browser/api/licenses/operations.js +242 -0
- package/dist/browser/api/licenses/operations.js.map +1 -0
- package/dist/browser/api/licenses/options.d.ts +31 -0
- package/dist/browser/api/licenses/options.js +4 -0
- package/dist/browser/api/licenses/options.js.map +1 -0
- package/dist/browser/api/machineExtensions/index.d.ts +3 -0
- package/dist/browser/api/machineExtensions/index.js +4 -0
- package/dist/browser/api/machineExtensions/index.js.map +1 -0
- package/dist/browser/api/machineExtensions/operations.d.ts +27 -0
- package/dist/browser/api/machineExtensions/operations.js +182 -0
- package/dist/browser/api/machineExtensions/operations.js.map +1 -0
- package/dist/browser/api/machineExtensions/options.d.ts +25 -0
- package/dist/browser/api/machineExtensions/options.js +4 -0
- package/dist/browser/api/machineExtensions/options.js.map +1 -0
- package/dist/browser/api/machineRunCommands/index.d.ts +3 -0
- package/dist/browser/api/machineRunCommands/index.js +4 -0
- package/dist/browser/api/machineRunCommands/index.js.map +1 -0
- package/dist/browser/api/machineRunCommands/operations.d.ts +23 -0
- package/dist/browser/api/machineRunCommands/operations.js +144 -0
- package/dist/browser/api/machineRunCommands/operations.js.map +1 -0
- package/dist/browser/api/machineRunCommands/options.d.ts +20 -0
- package/dist/browser/api/machineRunCommands/options.js +4 -0
- package/dist/browser/api/machineRunCommands/options.js.map +1 -0
- package/dist/browser/api/machines/index.d.ts +3 -0
- package/dist/browser/api/machines/index.js +4 -0
- package/dist/browser/api/machines/index.js.map +1 -0
- package/dist/browser/api/machines/operations.d.ts +39 -0
- package/dist/browser/api/machines/operations.js +272 -0
- package/dist/browser/api/machines/operations.js.map +1 -0
- package/dist/browser/api/machines/options.d.ts +39 -0
- package/dist/browser/api/machines/options.js +4 -0
- package/dist/browser/api/machines/options.js.map +1 -0
- package/dist/browser/api/networkProfileOperations/index.d.ts +3 -0
- package/dist/browser/api/networkProfileOperations/index.js +4 -0
- package/dist/browser/api/networkProfileOperations/index.js.map +1 -0
- package/dist/browser/api/networkProfileOperations/operations.d.ts +9 -0
- package/dist/browser/api/networkProfileOperations/operations.js +36 -0
- package/dist/browser/api/networkProfileOperations/operations.js.map +1 -0
- package/dist/browser/api/networkProfileOperations/options.d.ts +5 -0
- package/dist/browser/api/networkProfileOperations/options.js +4 -0
- package/dist/browser/api/networkProfileOperations/options.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +120 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +14 -0
- package/dist/browser/api/operations.js +80 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +12 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +143 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/browser/api/privateLinkResources/operations.js +71 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/privateLinkScopes/index.d.ts +3 -0
- package/dist/browser/api/privateLinkScopes/index.js +4 -0
- package/dist/browser/api/privateLinkScopes/index.js.map +1 -0
- package/dist/browser/api/privateLinkScopes/operations.d.ts +39 -0
- package/dist/browser/api/privateLinkScopes/operations.js +257 -0
- package/dist/browser/api/privateLinkScopes/operations.js.map +1 -0
- package/dist/browser/api/privateLinkScopes/options.d.ts +28 -0
- package/dist/browser/api/privateLinkScopes/options.js +4 -0
- package/dist/browser/api/privateLinkScopes/options.js.map +1 -0
- package/dist/browser/api/settings/index.d.ts +3 -0
- package/dist/browser/api/settings/index.js +4 -0
- package/dist/browser/api/settings/index.js.map +1 -0
- package/dist/browser/api/settings/operations.d.ts +17 -0
- package/dist/browser/api/settings/operations.js +109 -0
- package/dist/browser/api/settings/operations.js.map +1 -0
- package/dist/browser/api/settings/options.d.ts +11 -0
- package/dist/browser/api/settings/options.js +4 -0
- package/dist/browser/api/settings/options.js.map +1 -0
- package/dist/browser/classic/extensionMetadata/index.d.ts +13 -0
- package/dist/browser/classic/extensionMetadata/index.js +15 -0
- package/dist/browser/classic/extensionMetadata/index.js.map +1 -0
- package/dist/browser/classic/extensionMetadataV2/index.d.ts +13 -0
- package/dist/browser/classic/extensionMetadataV2/index.js +15 -0
- package/dist/browser/classic/extensionMetadataV2/index.js.map +1 -0
- package/dist/browser/classic/extensionPublisher/index.d.ts +11 -0
- package/dist/browser/classic/extensionPublisher/index.js +14 -0
- package/dist/browser/classic/extensionPublisher/index.js.map +1 -0
- package/dist/browser/classic/extensionType/index.d.ts +11 -0
- package/dist/browser/classic/extensionType/index.js +14 -0
- package/dist/browser/classic/extensionType/index.js.map +1 -0
- package/dist/browser/classic/gateways/index.d.ts +31 -0
- package/dist/browser/classic/gateways/index.js +36 -0
- package/dist/browser/classic/gateways/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +18 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/licenseProfiles/index.d.ts +33 -0
- package/dist/browser/classic/licenseProfiles/index.js +43 -0
- package/dist/browser/classic/licenseProfiles/index.js.map +1 -0
- package/dist/browser/classic/licenses/index.d.ts +41 -0
- package/dist/browser/classic/licenses/index.js +53 -0
- package/dist/browser/classic/licenses/index.js.map +1 -0
- package/dist/browser/classic/machineExtensions/index.d.ts +33 -0
- package/dist/browser/classic/machineExtensions/index.js +43 -0
- package/dist/browser/classic/machineExtensions/index.js.map +1 -0
- package/dist/browser/classic/machineRunCommands/index.d.ts +27 -0
- package/dist/browser/classic/machineRunCommands/index.js +34 -0
- package/dist/browser/classic/machineRunCommands/index.js.map +1 -0
- package/dist/browser/classic/machines/index.d.ts +39 -0
- package/dist/browser/classic/machines/index.js +46 -0
- package/dist/browser/classic/machines/index.js.map +1 -0
- package/dist/browser/classic/networkProfileOperations/index.d.ts +10 -0
- package/dist/browser/classic/networkProfileOperations/index.js +14 -0
- package/dist/browser/classic/networkProfileOperations/index.js.map +1 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/browser/classic/privateLinkResources/index.js +15 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/privateLinkScopes/index.d.ts +31 -0
- package/dist/browser/classic/privateLinkScopes/index.js +30 -0
- package/dist/browser/classic/privateLinkScopes/index.js.map +1 -0
- package/dist/browser/classic/settings/index.d.ts +14 -0
- package/dist/browser/classic/settings/index.js +16 -0
- package/dist/browser/classic/settings/index.js.map +1 -0
- package/dist/browser/hybridComputeManagementClient.d.ts +75 -66
- package/dist/browser/hybridComputeManagementClient.js +112 -269
- package/dist/browser/hybridComputeManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +31 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -3481
- package/dist/browser/models/index.js +3 -449
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +2792 -0
- package/dist/browser/models/models.js +3102 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +146 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/extensionMetadata/index.d.ts +3 -0
- package/dist/commonjs/api/extensionMetadata/index.js +30 -0
- package/dist/commonjs/api/extensionMetadata/index.js.map +7 -0
- package/dist/commonjs/api/extensionMetadata/operations.d.ts +14 -0
- package/dist/commonjs/api/extensionMetadata/operations.js +119 -0
- package/dist/commonjs/api/extensionMetadata/operations.js.map +7 -0
- package/dist/commonjs/api/extensionMetadata/options.d.ts +8 -0
- package/dist/commonjs/api/extensionMetadata/options.js +16 -0
- package/dist/commonjs/api/extensionMetadata/options.js.map +7 -0
- package/dist/commonjs/api/extensionMetadataV2/index.d.ts +3 -0
- package/dist/commonjs/api/extensionMetadataV2/index.js +30 -0
- package/dist/commonjs/api/extensionMetadataV2/index.js.map +7 -0
- package/dist/commonjs/api/extensionMetadataV2/operations.d.ts +14 -0
- package/dist/commonjs/api/extensionMetadataV2/operations.js +117 -0
- package/dist/commonjs/api/extensionMetadataV2/operations.js.map +7 -0
- package/dist/commonjs/api/extensionMetadataV2/options.d.ts +8 -0
- package/dist/commonjs/api/extensionMetadataV2/options.js +16 -0
- package/dist/commonjs/api/extensionMetadataV2/options.js.map +7 -0
- package/dist/commonjs/api/extensionPublisher/index.d.ts +3 -0
- package/dist/commonjs/api/extensionPublisher/index.js +28 -0
- package/dist/commonjs/api/extensionPublisher/index.js.map +7 -0
- package/dist/commonjs/api/extensionPublisher/operations.d.ts +10 -0
- package/dist/commonjs/api/extensionPublisher/operations.js +75 -0
- package/dist/commonjs/api/extensionPublisher/operations.js.map +7 -0
- package/dist/commonjs/api/extensionPublisher/options.d.ts +5 -0
- package/dist/commonjs/api/extensionPublisher/options.js +16 -0
- package/dist/commonjs/api/extensionPublisher/options.js.map +7 -0
- package/dist/commonjs/api/extensionType/index.d.ts +3 -0
- package/dist/commonjs/api/extensionType/index.js +28 -0
- package/dist/commonjs/api/extensionType/index.js.map +7 -0
- package/dist/commonjs/api/extensionType/operations.d.ts +10 -0
- package/dist/commonjs/api/extensionType/operations.js +76 -0
- package/dist/commonjs/api/extensionType/operations.js.map +7 -0
- package/dist/commonjs/api/extensionType/options.d.ts +5 -0
- package/dist/commonjs/api/extensionType/options.js +16 -0
- package/dist/commonjs/api/extensionType/options.js.map +7 -0
- package/dist/commonjs/api/gateways/index.d.ts +3 -0
- package/dist/commonjs/api/gateways/index.js +38 -0
- package/dist/commonjs/api/gateways/index.js.map +7 -0
- package/dist/commonjs/api/gateways/operations.d.ts +31 -0
- package/dist/commonjs/api/gateways/operations.js +290 -0
- package/dist/commonjs/api/gateways/operations.js.map +7 -0
- package/dist/commonjs/api/gateways/options.d.ts +24 -0
- package/dist/commonjs/api/gateways/options.js +16 -0
- package/dist/commonjs/api/gateways/options.js.map +7 -0
- package/dist/commonjs/api/hybridComputeManagementContext.d.ts +22 -0
- package/dist/commonjs/api/hybridComputeManagementContext.js +47 -0
- package/dist/commonjs/api/hybridComputeManagementContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +33 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/licenseProfiles/index.d.ts +3 -0
- package/dist/commonjs/api/licenseProfiles/index.js +36 -0
- package/dist/commonjs/api/licenseProfiles/index.js.map +7 -0
- package/dist/commonjs/api/licenseProfiles/operations.d.ts +27 -0
- package/dist/commonjs/api/licenseProfiles/operations.js +254 -0
- package/dist/commonjs/api/licenseProfiles/operations.js.map +7 -0
- package/dist/commonjs/api/licenseProfiles/options.d.ts +23 -0
- package/dist/commonjs/api/licenseProfiles/options.js +16 -0
- package/dist/commonjs/api/licenseProfiles/options.js.map +7 -0
- package/dist/commonjs/api/licenses/index.d.ts +3 -0
- package/dist/commonjs/api/licenses/index.js +40 -0
- package/dist/commonjs/api/licenses/index.js.map +7 -0
- package/dist/commonjs/api/licenses/operations.d.ts +35 -0
- package/dist/commonjs/api/licenses/operations.js +339 -0
- package/dist/commonjs/api/licenses/operations.js.map +7 -0
- package/dist/commonjs/api/licenses/options.d.ts +31 -0
- package/dist/commonjs/api/licenses/options.js +16 -0
- package/dist/commonjs/api/licenses/options.js.map +7 -0
- package/dist/commonjs/api/machineExtensions/index.d.ts +3 -0
- package/dist/commonjs/api/machineExtensions/index.js +36 -0
- package/dist/commonjs/api/machineExtensions/index.js.map +7 -0
- package/dist/commonjs/api/machineExtensions/operations.d.ts +27 -0
- package/dist/commonjs/api/machineExtensions/operations.js +269 -0
- package/dist/commonjs/api/machineExtensions/operations.js.map +7 -0
- package/dist/commonjs/api/machineExtensions/options.d.ts +25 -0
- package/dist/commonjs/api/machineExtensions/options.js +16 -0
- package/dist/commonjs/api/machineExtensions/options.js.map +7 -0
- package/dist/commonjs/api/machineRunCommands/index.d.ts +3 -0
- package/dist/commonjs/api/machineRunCommands/index.js +34 -0
- package/dist/commonjs/api/machineRunCommands/index.js.map +7 -0
- package/dist/commonjs/api/machineRunCommands/operations.d.ts +23 -0
- package/dist/commonjs/api/machineRunCommands/operations.js +215 -0
- package/dist/commonjs/api/machineRunCommands/operations.js.map +7 -0
- package/dist/commonjs/api/machineRunCommands/options.d.ts +20 -0
- package/dist/commonjs/api/machineRunCommands/options.js +16 -0
- package/dist/commonjs/api/machineRunCommands/options.js.map +7 -0
- package/dist/commonjs/api/machines/index.d.ts +3 -0
- package/dist/commonjs/api/machines/index.js +42 -0
- package/dist/commonjs/api/machines/index.js.map +7 -0
- package/dist/commonjs/api/machines/operations.d.ts +39 -0
- package/dist/commonjs/api/machines/operations.js +384 -0
- package/dist/commonjs/api/machines/operations.js.map +7 -0
- package/dist/commonjs/api/machines/options.d.ts +39 -0
- package/dist/commonjs/api/machines/options.js +16 -0
- package/dist/commonjs/api/machines/options.js.map +7 -0
- package/dist/commonjs/api/networkProfileOperations/index.d.ts +3 -0
- package/dist/commonjs/api/networkProfileOperations/index.js +28 -0
- package/dist/commonjs/api/networkProfileOperations/index.js.map +7 -0
- package/dist/commonjs/api/networkProfileOperations/operations.d.ts +9 -0
- package/dist/commonjs/api/networkProfileOperations/operations.js +67 -0
- package/dist/commonjs/api/networkProfileOperations/operations.js.map +7 -0
- package/dist/commonjs/api/networkProfileOperations/options.d.ts +5 -0
- package/dist/commonjs/api/networkProfileOperations/options.js +16 -0
- package/dist/commonjs/api/networkProfileOperations/options.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +32 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +192 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +14 -0
- package/dist/commonjs/api/operations.js +126 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +12 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +220 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +30 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +117 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkScopes/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkScopes/index.js +42 -0
- package/dist/commonjs/api/privateLinkScopes/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkScopes/operations.d.ts +39 -0
- package/dist/commonjs/api/privateLinkScopes/operations.js +380 -0
- package/dist/commonjs/api/privateLinkScopes/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkScopes/options.d.ts +28 -0
- package/dist/commonjs/api/privateLinkScopes/options.js +16 -0
- package/dist/commonjs/api/privateLinkScopes/options.js.map +7 -0
- package/dist/commonjs/api/settings/index.d.ts +3 -0
- package/dist/commonjs/api/settings/index.js +32 -0
- package/dist/commonjs/api/settings/index.js.map +7 -0
- package/dist/commonjs/api/settings/operations.d.ts +17 -0
- package/dist/commonjs/api/settings/operations.js +184 -0
- package/dist/commonjs/api/settings/operations.js.map +7 -0
- package/dist/commonjs/api/settings/options.d.ts +11 -0
- package/dist/commonjs/api/settings/options.js +16 -0
- package/dist/commonjs/api/settings/options.js.map +7 -0
- package/dist/commonjs/classic/extensionMetadata/index.d.ts +13 -0
- package/dist/commonjs/classic/extensionMetadata/index.js +39 -0
- package/dist/commonjs/classic/extensionMetadata/index.js.map +7 -0
- package/dist/commonjs/classic/extensionMetadataV2/index.d.ts +13 -0
- package/dist/commonjs/classic/extensionMetadataV2/index.js +39 -0
- package/dist/commonjs/classic/extensionMetadataV2/index.js.map +7 -0
- package/dist/commonjs/classic/extensionPublisher/index.d.ts +11 -0
- package/dist/commonjs/classic/extensionPublisher/index.js +38 -0
- package/dist/commonjs/classic/extensionPublisher/index.js.map +7 -0
- package/dist/commonjs/classic/extensionType/index.d.ts +11 -0
- package/dist/commonjs/classic/extensionType/index.js +38 -0
- package/dist/commonjs/classic/extensionType/index.js.map +7 -0
- package/dist/commonjs/classic/gateways/index.d.ts +31 -0
- package/dist/commonjs/classic/gateways/index.js +60 -0
- package/dist/commonjs/classic/gateways/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +18 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/licenseProfiles/index.d.ts +33 -0
- package/dist/commonjs/classic/licenseProfiles/index.js +67 -0
- package/dist/commonjs/classic/licenseProfiles/index.js.map +7 -0
- package/dist/commonjs/classic/licenses/index.d.ts +41 -0
- package/dist/commonjs/classic/licenses/index.js +77 -0
- package/dist/commonjs/classic/licenses/index.js.map +7 -0
- package/dist/commonjs/classic/machineExtensions/index.d.ts +33 -0
- package/dist/commonjs/classic/machineExtensions/index.js +102 -0
- package/dist/commonjs/classic/machineExtensions/index.js.map +7 -0
- package/dist/commonjs/classic/machineRunCommands/index.d.ts +27 -0
- package/dist/commonjs/classic/machineRunCommands/index.js +79 -0
- package/dist/commonjs/classic/machineRunCommands/index.js.map +7 -0
- package/dist/commonjs/classic/machines/index.d.ts +39 -0
- package/dist/commonjs/classic/machines/index.js +70 -0
- package/dist/commonjs/classic/machines/index.js.map +7 -0
- package/dist/commonjs/classic/networkProfileOperations/index.d.ts +10 -0
- package/dist/commonjs/classic/networkProfileOperations/index.js +38 -0
- package/dist/commonjs/classic/networkProfileOperations/index.js.map +7 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +61 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +39 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkScopes/index.d.ts +31 -0
- package/dist/commonjs/classic/privateLinkScopes/index.js +54 -0
- package/dist/commonjs/classic/privateLinkScopes/index.js.map +7 -0
- package/dist/commonjs/classic/settings/index.d.ts +14 -0
- package/dist/commonjs/classic/settings/index.js +66 -0
- package/dist/commonjs/classic/settings/index.js.map +7 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts +75 -66
- package/dist/commonjs/hybridComputeManagementClient.js +170 -288
- package/dist/commonjs/hybridComputeManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +31 -3
- package/dist/commonjs/index.js +126 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -3481
- package/dist/commonjs/models/index.js +112 -453
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +2792 -0
- package/dist/commonjs/models/models.js +3047 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +159 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/extensionMetadata/index.d.ts +3 -0
- package/dist/esm/api/extensionMetadata/index.js +4 -0
- package/dist/esm/api/extensionMetadata/index.js.map +1 -0
- package/dist/esm/api/extensionMetadata/operations.d.ts +14 -0
- package/dist/esm/api/extensionMetadata/operations.js +73 -0
- package/dist/esm/api/extensionMetadata/operations.js.map +1 -0
- package/dist/esm/api/extensionMetadata/options.d.ts +8 -0
- package/dist/esm/api/extensionMetadata/options.js +4 -0
- package/dist/esm/api/extensionMetadata/options.js.map +1 -0
- package/dist/esm/api/extensionMetadataV2/index.d.ts +3 -0
- package/dist/esm/api/extensionMetadataV2/index.js +4 -0
- package/dist/esm/api/extensionMetadataV2/index.js.map +1 -0
- package/dist/esm/api/extensionMetadataV2/operations.d.ts +14 -0
- package/dist/esm/api/extensionMetadataV2/operations.js +71 -0
- package/dist/esm/api/extensionMetadataV2/operations.js.map +1 -0
- package/dist/esm/api/extensionMetadataV2/options.d.ts +8 -0
- package/dist/esm/api/extensionMetadataV2/options.js +4 -0
- package/dist/esm/api/extensionMetadataV2/options.js.map +1 -0
- package/dist/esm/api/extensionPublisher/index.d.ts +3 -0
- package/dist/esm/api/extensionPublisher/index.js +4 -0
- package/dist/esm/api/extensionPublisher/index.js.map +1 -0
- package/dist/esm/api/extensionPublisher/operations.d.ts +10 -0
- package/dist/esm/api/extensionPublisher/operations.js +38 -0
- package/dist/esm/api/extensionPublisher/operations.js.map +1 -0
- package/dist/esm/api/extensionPublisher/options.d.ts +5 -0
- package/dist/esm/api/extensionPublisher/options.js +4 -0
- package/dist/esm/api/extensionPublisher/options.js.map +1 -0
- package/dist/esm/api/extensionType/index.d.ts +3 -0
- package/dist/esm/api/extensionType/index.js +4 -0
- package/dist/esm/api/extensionType/index.js.map +1 -0
- package/dist/esm/api/extensionType/operations.d.ts +10 -0
- package/dist/esm/api/extensionType/operations.js +39 -0
- package/dist/esm/api/extensionType/operations.js.map +1 -0
- package/dist/esm/api/extensionType/options.d.ts +5 -0
- package/dist/esm/api/extensionType/options.js +4 -0
- package/dist/esm/api/extensionType/options.js.map +1 -0
- package/dist/esm/api/gateways/index.d.ts +3 -0
- package/dist/esm/api/gateways/index.js +4 -0
- package/dist/esm/api/gateways/index.js.map +1 -0
- package/dist/esm/api/gateways/operations.d.ts +31 -0
- package/dist/esm/api/gateways/operations.js +202 -0
- package/dist/esm/api/gateways/operations.js.map +1 -0
- package/dist/esm/api/gateways/options.d.ts +24 -0
- package/dist/esm/api/gateways/options.js +4 -0
- package/dist/esm/api/gateways/options.js.map +1 -0
- package/dist/esm/api/hybridComputeManagementContext.d.ts +22 -0
- package/dist/esm/api/hybridComputeManagementContext.js +26 -0
- package/dist/esm/api/hybridComputeManagementContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/licenseProfiles/index.d.ts +3 -0
- package/dist/esm/api/licenseProfiles/index.js +4 -0
- package/dist/esm/api/licenseProfiles/index.js.map +1 -0
- package/dist/esm/api/licenseProfiles/operations.d.ts +27 -0
- package/dist/esm/api/licenseProfiles/operations.js +181 -0
- package/dist/esm/api/licenseProfiles/operations.js.map +1 -0
- package/dist/esm/api/licenseProfiles/options.d.ts +23 -0
- package/dist/esm/api/licenseProfiles/options.js +4 -0
- package/dist/esm/api/licenseProfiles/options.js.map +1 -0
- package/dist/esm/api/licenses/index.d.ts +3 -0
- package/dist/esm/api/licenses/index.js +4 -0
- package/dist/esm/api/licenses/index.js.map +1 -0
- package/dist/esm/api/licenses/operations.d.ts +35 -0
- package/dist/esm/api/licenses/operations.js +242 -0
- package/dist/esm/api/licenses/operations.js.map +1 -0
- package/dist/esm/api/licenses/options.d.ts +31 -0
- package/dist/esm/api/licenses/options.js +4 -0
- package/dist/esm/api/licenses/options.js.map +1 -0
- package/dist/esm/api/machineExtensions/index.d.ts +3 -0
- package/dist/esm/api/machineExtensions/index.js +4 -0
- package/dist/esm/api/machineExtensions/index.js.map +1 -0
- package/dist/esm/api/machineExtensions/operations.d.ts +27 -0
- package/dist/esm/api/machineExtensions/operations.js +182 -0
- package/dist/esm/api/machineExtensions/operations.js.map +1 -0
- package/dist/esm/api/machineExtensions/options.d.ts +25 -0
- package/dist/esm/api/machineExtensions/options.js +4 -0
- package/dist/esm/api/machineExtensions/options.js.map +1 -0
- package/dist/esm/api/machineRunCommands/index.d.ts +3 -0
- package/dist/esm/api/machineRunCommands/index.js +4 -0
- package/dist/esm/api/machineRunCommands/index.js.map +1 -0
- package/dist/esm/api/machineRunCommands/operations.d.ts +23 -0
- package/dist/esm/api/machineRunCommands/operations.js +144 -0
- package/dist/esm/api/machineRunCommands/operations.js.map +1 -0
- package/dist/esm/api/machineRunCommands/options.d.ts +20 -0
- package/dist/esm/api/machineRunCommands/options.js +4 -0
- package/dist/esm/api/machineRunCommands/options.js.map +1 -0
- package/dist/esm/api/machines/index.d.ts +3 -0
- package/dist/esm/api/machines/index.js +4 -0
- package/dist/esm/api/machines/index.js.map +1 -0
- package/dist/esm/api/machines/operations.d.ts +39 -0
- package/dist/esm/api/machines/operations.js +272 -0
- package/dist/esm/api/machines/operations.js.map +1 -0
- package/dist/esm/api/machines/options.d.ts +39 -0
- package/dist/esm/api/machines/options.js +4 -0
- package/dist/esm/api/machines/options.js.map +1 -0
- package/dist/esm/api/networkProfileOperations/index.d.ts +3 -0
- package/dist/esm/api/networkProfileOperations/index.js +4 -0
- package/dist/esm/api/networkProfileOperations/index.js.map +1 -0
- package/dist/esm/api/networkProfileOperations/operations.d.ts +9 -0
- package/dist/esm/api/networkProfileOperations/operations.js +36 -0
- package/dist/esm/api/networkProfileOperations/operations.js.map +1 -0
- package/dist/esm/api/networkProfileOperations/options.d.ts +5 -0
- package/dist/esm/api/networkProfileOperations/options.js +4 -0
- package/dist/esm/api/networkProfileOperations/options.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +120 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +14 -0
- package/dist/esm/api/operations.js +80 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +12 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +143 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/esm/api/privateLinkResources/operations.js +71 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/privateLinkScopes/index.d.ts +3 -0
- package/dist/esm/api/privateLinkScopes/index.js +4 -0
- package/dist/esm/api/privateLinkScopes/index.js.map +1 -0
- package/dist/esm/api/privateLinkScopes/operations.d.ts +39 -0
- package/dist/esm/api/privateLinkScopes/operations.js +257 -0
- package/dist/esm/api/privateLinkScopes/operations.js.map +1 -0
- package/dist/esm/api/privateLinkScopes/options.d.ts +28 -0
- package/dist/esm/api/privateLinkScopes/options.js +4 -0
- package/dist/esm/api/privateLinkScopes/options.js.map +1 -0
- package/dist/esm/api/settings/index.d.ts +3 -0
- package/dist/esm/api/settings/index.js +4 -0
- package/dist/esm/api/settings/index.js.map +1 -0
- package/dist/esm/api/settings/operations.d.ts +17 -0
- package/dist/esm/api/settings/operations.js +109 -0
- package/dist/esm/api/settings/operations.js.map +1 -0
- package/dist/esm/api/settings/options.d.ts +11 -0
- package/dist/esm/api/settings/options.js +4 -0
- package/dist/esm/api/settings/options.js.map +1 -0
- package/dist/esm/classic/extensionMetadata/index.d.ts +13 -0
- package/dist/esm/classic/extensionMetadata/index.js +15 -0
- package/dist/esm/classic/extensionMetadata/index.js.map +1 -0
- package/dist/esm/classic/extensionMetadataV2/index.d.ts +13 -0
- package/dist/esm/classic/extensionMetadataV2/index.js +15 -0
- package/dist/esm/classic/extensionMetadataV2/index.js.map +1 -0
- package/dist/esm/classic/extensionPublisher/index.d.ts +11 -0
- package/dist/esm/classic/extensionPublisher/index.js +14 -0
- package/dist/esm/classic/extensionPublisher/index.js.map +1 -0
- package/dist/esm/classic/extensionType/index.d.ts +11 -0
- package/dist/esm/classic/extensionType/index.js +14 -0
- package/dist/esm/classic/extensionType/index.js.map +1 -0
- package/dist/esm/classic/gateways/index.d.ts +31 -0
- package/dist/esm/classic/gateways/index.js +36 -0
- package/dist/esm/classic/gateways/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +18 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/licenseProfiles/index.d.ts +33 -0
- package/dist/esm/classic/licenseProfiles/index.js +43 -0
- package/dist/esm/classic/licenseProfiles/index.js.map +1 -0
- package/dist/esm/classic/licenses/index.d.ts +41 -0
- package/dist/esm/classic/licenses/index.js +53 -0
- package/dist/esm/classic/licenses/index.js.map +1 -0
- package/dist/esm/classic/machineExtensions/index.d.ts +33 -0
- package/dist/esm/classic/machineExtensions/index.js +43 -0
- package/dist/esm/classic/machineExtensions/index.js.map +1 -0
- package/dist/esm/classic/machineRunCommands/index.d.ts +27 -0
- package/dist/esm/classic/machineRunCommands/index.js +34 -0
- package/dist/esm/classic/machineRunCommands/index.js.map +1 -0
- package/dist/esm/classic/machines/index.d.ts +39 -0
- package/dist/esm/classic/machines/index.js +46 -0
- package/dist/esm/classic/machines/index.js.map +1 -0
- package/dist/esm/classic/networkProfileOperations/index.d.ts +10 -0
- package/dist/esm/classic/networkProfileOperations/index.js +14 -0
- package/dist/esm/classic/networkProfileOperations/index.js.map +1 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/esm/classic/privateLinkResources/index.js +15 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/privateLinkScopes/index.d.ts +31 -0
- package/dist/esm/classic/privateLinkScopes/index.js +30 -0
- package/dist/esm/classic/privateLinkScopes/index.js.map +1 -0
- package/dist/esm/classic/settings/index.d.ts +14 -0
- package/dist/esm/classic/settings/index.js +16 -0
- package/dist/esm/classic/settings/index.js.map +1 -0
- package/dist/esm/hybridComputeManagementClient.d.ts +75 -66
- package/dist/esm/hybridComputeManagementClient.js +112 -269
- package/dist/esm/hybridComputeManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +31 -3
- package/dist/esm/index.js +7 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -3481
- package/dist/esm/models/index.js +3 -449
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +2792 -0
- package/dist/esm/models/models.js +3102 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +146 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +359 -99
- package/CHANGELOG.md +0 -1385
- package/dist/browser/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -140
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -4751
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -456
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/extensionMetadata.d.ts +0 -41
- package/dist/browser/operations/extensionMetadata.d.ts.map +0 -1
- package/dist/browser/operations/extensionMetadata.js +0 -142
- package/dist/browser/operations/extensionMetadata.js.map +0 -1
- package/dist/browser/operations/extensionMetadataV2.d.ts +0 -50
- package/dist/browser/operations/extensionMetadataV2.d.ts.map +0 -1
- package/dist/browser/operations/extensionMetadataV2.js +0 -186
- package/dist/browser/operations/extensionMetadataV2.js.map +0 -1
- package/dist/browser/operations/extensionPublisherOperations.d.ts +0 -35
- package/dist/browser/operations/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/browser/operations/extensionPublisherOperations.js +0 -136
- package/dist/browser/operations/extensionPublisherOperations.js.map +0 -1
- package/dist/browser/operations/extensionTypeOperations.d.ts +0 -38
- package/dist/browser/operations/extensionTypeOperations.d.ts.map +0 -1
- package/dist/browser/operations/extensionTypeOperations.js +0 -144
- package/dist/browser/operations/extensionTypeOperations.js.map +0 -1
- package/dist/browser/operations/gateways.d.ts +0 -99
- package/dist/browser/operations/gateways.d.ts.map +0 -1
- package/dist/browser/operations/gateways.js +0 -487
- package/dist/browser/operations/gateways.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -18
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -25
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/licenseProfiles.d.ts +0 -92
- package/dist/browser/operations/licenseProfiles.d.ts.map +0 -1
- package/dist/browser/operations/licenseProfiles.js +0 -437
- package/dist/browser/operations/licenseProfiles.js.map +0 -1
- package/dist/browser/operations/licenses.d.ts +0 -119
- package/dist/browser/operations/licenses.d.ts.map +0 -1
- package/dist/browser/operations/licenses.js +0 -607
- package/dist/browser/operations/licenses.js.map +0 -1
- package/dist/browser/operations/machineExtensions.d.ts +0 -99
- package/dist/browser/operations/machineExtensions.d.ts.map +0 -1
- package/dist/browser/operations/machineExtensions.js +0 -448
- package/dist/browser/operations/machineExtensions.js.map +0 -1
- package/dist/browser/operations/machineRunCommands.d.ts +0 -81
- package/dist/browser/operations/machineRunCommands.d.ts.map +0 -1
- package/dist/browser/operations/machineRunCommands.js +0 -364
- package/dist/browser/operations/machineRunCommands.js.map +0 -1
- package/dist/browser/operations/machines.d.ts +0 -109
- package/dist/browser/operations/machines.d.ts.map +0 -1
- package/dist/browser/operations/machines.js +0 -541
- package/dist/browser/operations/machines.js.map +0 -1
- package/dist/browser/operations/networkProfileOperations.d.ts +0 -20
- package/dist/browser/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist/browser/operations/networkProfileOperations.js +0 -53
- package/dist/browser/operations/networkProfileOperations.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -271
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -26
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -96
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -359
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -46
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -182
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/privateLinkScopes.d.ts +0 -108
- package/dist/browser/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkScopes.js +0 -493
- package/dist/browser/operations/privateLinkScopes.js.map +0 -1
- package/dist/browser/operations/settingsOperations.d.ts +0 -45
- package/dist/browser/operations/settingsOperations.d.ts.map +0 -1
- package/dist/browser/operations/settingsOperations.js +0 -163
- package/dist/browser/operations/settingsOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/extensionMetadata.js +0 -9
- package/dist/browser/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
- package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/extensionMetadataV2.js +0 -9
- package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +0 -1
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +0 -9
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
- package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/extensionTypeOperations.js +0 -9
- package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/gateways.d.ts +0 -63
- package/dist/browser/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/gateways.js +0 -9
- package/dist/browser/operationsInterfaces/gateways.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -18
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -25
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/licenseProfiles.js +0 -9
- package/dist/browser/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist/browser/operationsInterfaces/licenses.d.ts +0 -83
- package/dist/browser/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/licenses.js +0 -9
- package/dist/browser/operationsInterfaces/licenses.js.map +0 -1
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machineExtensions.js +0 -9
- package/dist/browser/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machineRunCommands.js +0 -9
- package/dist/browser/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +0 -71
- package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/machines.js +0 -9
- package/dist/browser/operationsInterfaces/machines.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkProfileOperations.js +0 -9
- package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkScopes.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/settingsOperations.js +0 -9
- package/dist/browser/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -140
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -4756
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -459
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/extensionMetadata.d.ts +0 -41
- package/dist/commonjs/operations/extensionMetadata.d.ts.map +0 -1
- package/dist/commonjs/operations/extensionMetadata.js +0 -146
- package/dist/commonjs/operations/extensionMetadata.js.map +0 -1
- package/dist/commonjs/operations/extensionMetadataV2.d.ts +0 -50
- package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +0 -1
- package/dist/commonjs/operations/extensionMetadataV2.js +0 -190
- package/dist/commonjs/operations/extensionMetadataV2.js.map +0 -1
- package/dist/commonjs/operations/extensionPublisherOperations.d.ts +0 -35
- package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/extensionPublisherOperations.js +0 -140
- package/dist/commonjs/operations/extensionPublisherOperations.js.map +0 -1
- package/dist/commonjs/operations/extensionTypeOperations.d.ts +0 -38
- package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/extensionTypeOperations.js +0 -148
- package/dist/commonjs/operations/extensionTypeOperations.js.map +0 -1
- package/dist/commonjs/operations/gateways.d.ts +0 -99
- package/dist/commonjs/operations/gateways.d.ts.map +0 -1
- package/dist/commonjs/operations/gateways.js +0 -491
- package/dist/commonjs/operations/gateways.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -18
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -28
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/licenseProfiles.d.ts +0 -92
- package/dist/commonjs/operations/licenseProfiles.d.ts.map +0 -1
- package/dist/commonjs/operations/licenseProfiles.js +0 -441
- package/dist/commonjs/operations/licenseProfiles.js.map +0 -1
- package/dist/commonjs/operations/licenses.d.ts +0 -119
- package/dist/commonjs/operations/licenses.d.ts.map +0 -1
- package/dist/commonjs/operations/licenses.js +0 -611
- package/dist/commonjs/operations/licenses.js.map +0 -1
- package/dist/commonjs/operations/machineExtensions.d.ts +0 -99
- package/dist/commonjs/operations/machineExtensions.d.ts.map +0 -1
- package/dist/commonjs/operations/machineExtensions.js +0 -452
- package/dist/commonjs/operations/machineExtensions.js.map +0 -1
- package/dist/commonjs/operations/machineRunCommands.d.ts +0 -81
- package/dist/commonjs/operations/machineRunCommands.d.ts.map +0 -1
- package/dist/commonjs/operations/machineRunCommands.js +0 -368
- package/dist/commonjs/operations/machineRunCommands.js.map +0 -1
- package/dist/commonjs/operations/machines.d.ts +0 -109
- package/dist/commonjs/operations/machines.d.ts.map +0 -1
- package/dist/commonjs/operations/machines.js +0 -545
- package/dist/commonjs/operations/machines.js.map +0 -1
- package/dist/commonjs/operations/networkProfileOperations.d.ts +0 -20
- package/dist/commonjs/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkProfileOperations.js +0 -58
- package/dist/commonjs/operations/networkProfileOperations.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -275
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -26
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -100
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -363
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -46
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -186
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/privateLinkScopes.d.ts +0 -108
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkScopes.js +0 -497
- package/dist/commonjs/operations/privateLinkScopes.js.map +0 -1
- package/dist/commonjs/operations/settingsOperations.d.ts +0 -45
- package/dist/commonjs/operations/settingsOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/settingsOperations.js +0 -168
- package/dist/commonjs/operations/settingsOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js +0 -10
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +0 -10
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/gateways.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/gateways.js +0 -10
- package/dist/commonjs/operationsInterfaces/gateways.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -18
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -28
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js +0 -10
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/licenses.d.ts +0 -83
- package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/licenses.js +0 -10
- package/dist/commonjs/operationsInterfaces/licenses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machineExtensions.js +0 -10
- package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js +0 -10
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -71
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/machines.js +0 -10
- package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/settingsOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -140
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -4751
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -456
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/extensionMetadata.d.ts +0 -41
- package/dist/esm/operations/extensionMetadata.d.ts.map +0 -1
- package/dist/esm/operations/extensionMetadata.js +0 -142
- package/dist/esm/operations/extensionMetadata.js.map +0 -1
- package/dist/esm/operations/extensionMetadataV2.d.ts +0 -50
- package/dist/esm/operations/extensionMetadataV2.d.ts.map +0 -1
- package/dist/esm/operations/extensionMetadataV2.js +0 -186
- package/dist/esm/operations/extensionMetadataV2.js.map +0 -1
- package/dist/esm/operations/extensionPublisherOperations.d.ts +0 -35
- package/dist/esm/operations/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/esm/operations/extensionPublisherOperations.js +0 -136
- package/dist/esm/operations/extensionPublisherOperations.js.map +0 -1
- package/dist/esm/operations/extensionTypeOperations.d.ts +0 -38
- package/dist/esm/operations/extensionTypeOperations.d.ts.map +0 -1
- package/dist/esm/operations/extensionTypeOperations.js +0 -144
- package/dist/esm/operations/extensionTypeOperations.js.map +0 -1
- package/dist/esm/operations/gateways.d.ts +0 -99
- package/dist/esm/operations/gateways.d.ts.map +0 -1
- package/dist/esm/operations/gateways.js +0 -487
- package/dist/esm/operations/gateways.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -18
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -25
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/licenseProfiles.d.ts +0 -92
- package/dist/esm/operations/licenseProfiles.d.ts.map +0 -1
- package/dist/esm/operations/licenseProfiles.js +0 -437
- package/dist/esm/operations/licenseProfiles.js.map +0 -1
- package/dist/esm/operations/licenses.d.ts +0 -119
- package/dist/esm/operations/licenses.d.ts.map +0 -1
- package/dist/esm/operations/licenses.js +0 -607
- package/dist/esm/operations/licenses.js.map +0 -1
- package/dist/esm/operations/machineExtensions.d.ts +0 -99
- package/dist/esm/operations/machineExtensions.d.ts.map +0 -1
- package/dist/esm/operations/machineExtensions.js +0 -448
- package/dist/esm/operations/machineExtensions.js.map +0 -1
- package/dist/esm/operations/machineRunCommands.d.ts +0 -81
- package/dist/esm/operations/machineRunCommands.d.ts.map +0 -1
- package/dist/esm/operations/machineRunCommands.js +0 -364
- package/dist/esm/operations/machineRunCommands.js.map +0 -1
- package/dist/esm/operations/machines.d.ts +0 -109
- package/dist/esm/operations/machines.d.ts.map +0 -1
- package/dist/esm/operations/machines.js +0 -541
- package/dist/esm/operations/machines.js.map +0 -1
- package/dist/esm/operations/networkProfileOperations.d.ts +0 -20
- package/dist/esm/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist/esm/operations/networkProfileOperations.js +0 -53
- package/dist/esm/operations/networkProfileOperations.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -271
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -26
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -96
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -359
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -46
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -182
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/privateLinkScopes.d.ts +0 -108
- package/dist/esm/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkScopes.js +0 -493
- package/dist/esm/operations/privateLinkScopes.js.map +0 -1
- package/dist/esm/operations/settingsOperations.d.ts +0 -45
- package/dist/esm/operations/settingsOperations.d.ts.map +0 -1
- package/dist/esm/operations/settingsOperations.js +0 -163
- package/dist/esm/operations/settingsOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/extensionMetadata.js +0 -9
- package/dist/esm/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
- package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/extensionMetadataV2.js +0 -9
- package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +0 -1
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +0 -9
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
- package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/extensionTypeOperations.js +0 -9
- package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/gateways.d.ts +0 -63
- package/dist/esm/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/gateways.js +0 -9
- package/dist/esm/operationsInterfaces/gateways.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -18
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -25
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/licenseProfiles.js +0 -9
- package/dist/esm/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist/esm/operationsInterfaces/licenses.d.ts +0 -83
- package/dist/esm/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/licenses.js +0 -9
- package/dist/esm/operationsInterfaces/licenses.js.map +0 -1
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machineExtensions.js +0 -9
- package/dist/esm/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machineRunCommands.js +0 -9
- package/dist/esm/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +0 -71
- package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/machines.js +0 -9
- package/dist/esm/operationsInterfaces/machines.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkProfileOperations.js +0 -9
- package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/settingsOperations.js +0 -9
- package/dist/esm/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/hybridComputeManagementClient.d.ts +0 -70
- package/dist/react-native/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist/react-native/hybridComputeManagementClient.js +0 -285
- package/dist/react-native/hybridComputeManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3482
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -450
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -140
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -4751
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -456
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/extensionMetadata.d.ts +0 -41
- package/dist/react-native/operations/extensionMetadata.d.ts.map +0 -1
- package/dist/react-native/operations/extensionMetadata.js +0 -142
- package/dist/react-native/operations/extensionMetadata.js.map +0 -1
- package/dist/react-native/operations/extensionMetadataV2.d.ts +0 -50
- package/dist/react-native/operations/extensionMetadataV2.d.ts.map +0 -1
- package/dist/react-native/operations/extensionMetadataV2.js +0 -186
- package/dist/react-native/operations/extensionMetadataV2.js.map +0 -1
- package/dist/react-native/operations/extensionPublisherOperations.d.ts +0 -35
- package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/react-native/operations/extensionPublisherOperations.js +0 -136
- package/dist/react-native/operations/extensionPublisherOperations.js.map +0 -1
- package/dist/react-native/operations/extensionTypeOperations.d.ts +0 -38
- package/dist/react-native/operations/extensionTypeOperations.d.ts.map +0 -1
- package/dist/react-native/operations/extensionTypeOperations.js +0 -144
- package/dist/react-native/operations/extensionTypeOperations.js.map +0 -1
- package/dist/react-native/operations/gateways.d.ts +0 -99
- package/dist/react-native/operations/gateways.d.ts.map +0 -1
- package/dist/react-native/operations/gateways.js +0 -487
- package/dist/react-native/operations/gateways.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -18
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -25
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/licenseProfiles.d.ts +0 -92
- package/dist/react-native/operations/licenseProfiles.d.ts.map +0 -1
- package/dist/react-native/operations/licenseProfiles.js +0 -437
- package/dist/react-native/operations/licenseProfiles.js.map +0 -1
- package/dist/react-native/operations/licenses.d.ts +0 -119
- package/dist/react-native/operations/licenses.d.ts.map +0 -1
- package/dist/react-native/operations/licenses.js +0 -607
- package/dist/react-native/operations/licenses.js.map +0 -1
- package/dist/react-native/operations/machineExtensions.d.ts +0 -99
- package/dist/react-native/operations/machineExtensions.d.ts.map +0 -1
- package/dist/react-native/operations/machineExtensions.js +0 -448
- package/dist/react-native/operations/machineExtensions.js.map +0 -1
- package/dist/react-native/operations/machineRunCommands.d.ts +0 -81
- package/dist/react-native/operations/machineRunCommands.d.ts.map +0 -1
- package/dist/react-native/operations/machineRunCommands.js +0 -364
- package/dist/react-native/operations/machineRunCommands.js.map +0 -1
- package/dist/react-native/operations/machines.d.ts +0 -109
- package/dist/react-native/operations/machines.d.ts.map +0 -1
- package/dist/react-native/operations/machines.js +0 -541
- package/dist/react-native/operations/machines.js.map +0 -1
- package/dist/react-native/operations/networkProfileOperations.d.ts +0 -20
- package/dist/react-native/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist/react-native/operations/networkProfileOperations.js +0 -53
- package/dist/react-native/operations/networkProfileOperations.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -271
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -26
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -96
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -359
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -46
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -182
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/privateLinkScopes.d.ts +0 -108
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkScopes.js +0 -493
- package/dist/react-native/operations/privateLinkScopes.js.map +0 -1
- package/dist/react-native/operations/settingsOperations.d.ts +0 -45
- package/dist/react-native/operations/settingsOperations.d.ts.map +0 -1
- package/dist/react-native/operations/settingsOperations.js +0 -163
- package/dist/react-native/operations/settingsOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionMetadata.js +0 -9
- package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +0 -9
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/gateways.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/gateways.js +0 -9
- package/dist/react-native/operationsInterfaces/gateways.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -18
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -25
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/licenseProfiles.js +0 -9
- package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/licenses.d.ts +0 -83
- package/dist/react-native/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/licenses.js +0 -9
- package/dist/react-native/operationsInterfaces/licenses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machineExtensions.js +0 -9
- package/dist/react-native/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machineRunCommands.js +0 -9
- package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +0 -71
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/machines.js +0 -9
- package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/settingsOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-hybridcompute.api.md +0 -2344
|
@@ -1,23 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { createHybridComputeManagement } from "./api/index.js";
|
|
4
|
+
import { setupExtensions, upgradeExtensions } from "./api/operations.js";
|
|
5
|
+
import { _getExtensionMetadataOperations } from "./classic/extensionMetadata/index.js";
|
|
6
|
+
import { _getExtensionMetadataV2Operations } from "./classic/extensionMetadataV2/index.js";
|
|
7
|
+
import { _getExtensionPublisherOperations } from "./classic/extensionPublisher/index.js";
|
|
8
|
+
import { _getExtensionTypeOperations } from "./classic/extensionType/index.js";
|
|
9
|
+
import { _getGatewaysOperations } from "./classic/gateways/index.js";
|
|
10
|
+
import { _getLicenseProfilesOperations } from "./classic/licenseProfiles/index.js";
|
|
11
|
+
import { _getLicensesOperations } from "./classic/licenses/index.js";
|
|
12
|
+
import { _getMachineExtensionsOperations } from "./classic/machineExtensions/index.js";
|
|
13
|
+
import { _getMachineRunCommandsOperations } from "./classic/machineRunCommands/index.js";
|
|
14
|
+
import { _getMachinesOperations } from "./classic/machines/index.js";
|
|
15
|
+
import { _getNetworkProfileOperationsOperations } from "./classic/networkProfileOperations/index.js";
|
|
16
|
+
import { _getNetworkSecurityPerimeterConfigurationsOperations } from "./classic/networkSecurityPerimeterConfigurations/index.js";
|
|
17
|
+
import { _getOperationsOperations } from "./classic/operations/index.js";
|
|
18
|
+
import { _getPrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js";
|
|
19
|
+
import { _getPrivateLinkResourcesOperations } from "./classic/privateLinkResources/index.js";
|
|
20
|
+
import { _getPrivateLinkScopesOperations } from "./classic/privateLinkScopes/index.js";
|
|
21
|
+
import { _getSettingsOperations } from "./classic/settings/index.js";
|
|
22
|
+
import { getSimplePoller } from "./static-helpers/simplePollerHelpers.js";
|
|
23
|
+
export class HybridComputeManagementClient {
|
|
24
|
+
_client;
|
|
25
|
+
/** The pipeline used by this client to make requests */
|
|
26
|
+
pipeline;
|
|
27
|
+
/** Azure Arc( Servers and K8s Clusters) API reference for Private Link's Scopes management. */
|
|
28
|
+
constructor(credential, subscriptionIdOrOptions, options) {
|
|
21
29
|
let subscriptionId;
|
|
22
30
|
if (typeof subscriptionIdOrOptions === "string") {
|
|
23
31
|
subscriptionId = subscriptionIdOrOptions;
|
|
@@ -25,261 +33,96 @@ export class HybridComputeManagementClient extends coreClient.ServiceClient {
|
|
|
25
33
|
else if (typeof subscriptionIdOrOptions === "object") {
|
|
26
34
|
options = subscriptionIdOrOptions;
|
|
27
35
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
46
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
47
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
48
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
49
|
-
}
|
|
50
|
-
if (!options ||
|
|
51
|
-
!options.pipeline ||
|
|
52
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
53
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
54
|
-
this.pipeline.removePolicy({
|
|
55
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
56
|
-
});
|
|
57
|
-
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
58
|
-
credential: credentials,
|
|
59
|
-
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
60
|
-
challengeCallbacks: {
|
|
61
|
-
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
62
|
-
},
|
|
63
|
-
}));
|
|
64
|
-
}
|
|
65
|
-
// Parameter assignments
|
|
66
|
-
this.subscriptionId = subscriptionId;
|
|
67
|
-
// Assigning values to Constant parameters
|
|
68
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
69
|
-
this.apiVersion = options.apiVersion || "2025-02-19-preview";
|
|
70
|
-
this.licenses = new LicensesImpl(this);
|
|
71
|
-
this.machines = new MachinesImpl(this);
|
|
72
|
-
this.licenseProfiles = new LicenseProfilesImpl(this);
|
|
73
|
-
this.machineExtensions = new MachineExtensionsImpl(this);
|
|
74
|
-
this.extensionMetadata = new ExtensionMetadataImpl(this);
|
|
75
|
-
this.extensionMetadataV2 = new ExtensionMetadataV2Impl(this);
|
|
76
|
-
this.extensionTypeOperations = new ExtensionTypeOperationsImpl(this);
|
|
77
|
-
this.extensionPublisherOperations = new ExtensionPublisherOperationsImpl(this);
|
|
78
|
-
this.operations = new OperationsImpl(this);
|
|
79
|
-
this.networkProfileOperations = new NetworkProfileOperationsImpl(this);
|
|
80
|
-
this.machineRunCommands = new MachineRunCommandsImpl(this);
|
|
81
|
-
this.gateways = new GatewaysImpl(this);
|
|
82
|
-
this.settingsOperations = new SettingsOperationsImpl(this);
|
|
83
|
-
this.privateLinkScopes = new PrivateLinkScopesImpl(this);
|
|
84
|
-
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
85
|
-
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
36
|
+
options = options ?? {};
|
|
37
|
+
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
|
|
38
|
+
const userAgentPrefix = prefixFromOptions
|
|
39
|
+
? `${prefixFromOptions} azsdk-js-client`
|
|
40
|
+
: `azsdk-js-client`;
|
|
41
|
+
this._client = createHybridComputeManagement(credential, subscriptionId ?? "", {
|
|
42
|
+
...options,
|
|
43
|
+
userAgentOptions: { userAgentPrefix },
|
|
44
|
+
});
|
|
45
|
+
this.pipeline = this._client.pipeline;
|
|
46
|
+
this.extensionPublisher = _getExtensionPublisherOperations(this._client);
|
|
47
|
+
this.extensionType = _getExtensionTypeOperations(this._client);
|
|
48
|
+
this.settings = _getSettingsOperations(this._client);
|
|
49
|
+
this.extensionMetadataV2 = _getExtensionMetadataV2Operations(this._client);
|
|
50
|
+
this.extensionMetadata = _getExtensionMetadataOperations(this._client);
|
|
51
|
+
this.privateLinkScopes = _getPrivateLinkScopesOperations(this._client);
|
|
52
|
+
this.networkProfileOperations = _getNetworkProfileOperationsOperations(this._client);
|
|
86
53
|
this.networkSecurityPerimeterConfigurations =
|
|
87
|
-
|
|
88
|
-
this.
|
|
54
|
+
_getNetworkSecurityPerimeterConfigurationsOperations(this._client);
|
|
55
|
+
this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);
|
|
56
|
+
this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);
|
|
57
|
+
this.gateways = _getGatewaysOperations(this._client);
|
|
58
|
+
this.machineRunCommands = _getMachineRunCommandsOperations(this._client);
|
|
59
|
+
this.machineExtensions = _getMachineExtensionsOperations(this._client);
|
|
60
|
+
this.licenseProfiles = _getLicenseProfilesOperations(this._client);
|
|
61
|
+
this.machines = _getMachinesOperations(this._client);
|
|
62
|
+
this.licenses = _getLicensesOperations(this._client);
|
|
63
|
+
this.operations = _getOperationsOperations(this._client);
|
|
89
64
|
}
|
|
90
|
-
/**
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
return;
|
|
94
|
-
}
|
|
95
|
-
const apiVersionPolicy = {
|
|
96
|
-
name: "CustomApiVersionPolicy",
|
|
97
|
-
async sendRequest(request, next) {
|
|
98
|
-
const param = request.url.split("?");
|
|
99
|
-
if (param.length > 1) {
|
|
100
|
-
const newParams = param[1].split("&").map((item) => {
|
|
101
|
-
if (item.indexOf("api-version") > -1) {
|
|
102
|
-
return "api-version=" + apiVersion;
|
|
103
|
-
}
|
|
104
|
-
else {
|
|
105
|
-
return item;
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
109
|
-
}
|
|
110
|
-
return next(request);
|
|
111
|
-
},
|
|
112
|
-
};
|
|
113
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
65
|
+
/** The operation to Setup Machine Extensions. */
|
|
66
|
+
setupExtensions(resourceGroupName, machineName, extensions, options = { requestOptions: {} }) {
|
|
67
|
+
return setupExtensions(this._client, resourceGroupName, machineName, extensions, options);
|
|
114
68
|
}
|
|
115
|
-
/**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
* @param options The options parameters.
|
|
121
|
-
*/
|
|
122
|
-
async beginUpgradeExtensions(resourceGroupName, machineName, extensionUpgradeParameters, options) {
|
|
123
|
-
const directSendOperation = async (args, spec) => {
|
|
124
|
-
return this.sendOperationRequest(args, spec);
|
|
125
|
-
};
|
|
126
|
-
const sendOperationFn = async (args, spec) => {
|
|
127
|
-
var _a;
|
|
128
|
-
let currentRawResponse = undefined;
|
|
129
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
130
|
-
const callback = (rawResponse, flatResponse) => {
|
|
131
|
-
currentRawResponse = rawResponse;
|
|
132
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
133
|
-
};
|
|
134
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
135
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
136
|
-
return {
|
|
137
|
-
flatResponse,
|
|
138
|
-
rawResponse: {
|
|
139
|
-
statusCode: currentRawResponse.status,
|
|
140
|
-
body: currentRawResponse.parsedBody,
|
|
141
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
142
|
-
},
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
const lro = createLroSpec({
|
|
146
|
-
sendOperationFn,
|
|
147
|
-
args: {
|
|
148
|
-
resourceGroupName,
|
|
149
|
-
machineName,
|
|
150
|
-
extensionUpgradeParameters,
|
|
151
|
-
options,
|
|
152
|
-
},
|
|
153
|
-
spec: upgradeExtensionsOperationSpec,
|
|
154
|
-
});
|
|
155
|
-
const poller = await createHttpPoller(lro, {
|
|
156
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
157
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
158
|
-
});
|
|
159
|
-
await poller.poll();
|
|
160
|
-
return poller;
|
|
69
|
+
/** @deprecated use setupExtensions instead */
|
|
70
|
+
async beginSetupExtensions(resourceGroupName, machineName, extensions, options = { requestOptions: {} }) {
|
|
71
|
+
const poller = setupExtensions(this._client, resourceGroupName, machineName, extensions, options);
|
|
72
|
+
await poller.submitted();
|
|
73
|
+
return getSimplePoller(poller);
|
|
161
74
|
}
|
|
162
|
-
/**
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
* @param machineName The name of the hybrid machine.
|
|
166
|
-
* @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
|
|
167
|
-
* @param options The options parameters.
|
|
168
|
-
*/
|
|
169
|
-
async beginUpgradeExtensionsAndWait(resourceGroupName, machineName, extensionUpgradeParameters, options) {
|
|
170
|
-
const poller = await this.beginUpgradeExtensions(resourceGroupName, machineName, extensionUpgradeParameters, options);
|
|
171
|
-
return poller.pollUntilDone();
|
|
75
|
+
/** @deprecated use setupExtensions instead */
|
|
76
|
+
async beginSetupExtensionsAndWait(resourceGroupName, machineName, extensions, options = { requestOptions: {} }) {
|
|
77
|
+
return await setupExtensions(this._client, resourceGroupName, machineName, extensions, options);
|
|
172
78
|
}
|
|
173
|
-
/**
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
return this.sendOperationRequest(args, spec);
|
|
183
|
-
};
|
|
184
|
-
const sendOperationFn = async (args, spec) => {
|
|
185
|
-
var _a;
|
|
186
|
-
let currentRawResponse = undefined;
|
|
187
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
188
|
-
const callback = (rawResponse, flatResponse) => {
|
|
189
|
-
currentRawResponse = rawResponse;
|
|
190
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
191
|
-
};
|
|
192
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
193
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
194
|
-
return {
|
|
195
|
-
flatResponse,
|
|
196
|
-
rawResponse: {
|
|
197
|
-
statusCode: currentRawResponse.status,
|
|
198
|
-
body: currentRawResponse.parsedBody,
|
|
199
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
200
|
-
},
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
const lro = createLroSpec({
|
|
204
|
-
sendOperationFn,
|
|
205
|
-
args: { resourceGroupName, machineName, extensions, options },
|
|
206
|
-
spec: setupExtensionsOperationSpec,
|
|
207
|
-
});
|
|
208
|
-
const poller = await createHttpPoller(lro, {
|
|
209
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
210
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
211
|
-
});
|
|
212
|
-
await poller.poll();
|
|
213
|
-
return poller;
|
|
79
|
+
/** The operation to Upgrade Machine Extensions. */
|
|
80
|
+
upgradeExtensions(resourceGroupName, machineName, extensionUpgradeParameters, options = { requestOptions: {} }) {
|
|
81
|
+
return upgradeExtensions(this._client, resourceGroupName, machineName, extensionUpgradeParameters, options);
|
|
82
|
+
}
|
|
83
|
+
/** @deprecated use upgradeExtensions instead */
|
|
84
|
+
async beginUpgradeExtensions(resourceGroupName, machineName, extensionUpgradeParameters, options = { requestOptions: {} }) {
|
|
85
|
+
const poller = upgradeExtensions(this._client, resourceGroupName, machineName, extensionUpgradeParameters, options);
|
|
86
|
+
await poller.submitted();
|
|
87
|
+
return getSimplePoller(poller);
|
|
214
88
|
}
|
|
215
|
-
/**
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
* @param machineName The name of the hybrid machine.
|
|
219
|
-
* @param extensions Parameters supplied to the Setup Extensions operation.
|
|
220
|
-
* @param options The options parameters.
|
|
221
|
-
*/
|
|
222
|
-
async beginSetupExtensionsAndWait(resourceGroupName, machineName, extensions, options) {
|
|
223
|
-
const poller = await this.beginSetupExtensions(resourceGroupName, machineName, extensions, options);
|
|
224
|
-
return poller.pollUntilDone();
|
|
89
|
+
/** @deprecated use upgradeExtensions instead */
|
|
90
|
+
async beginUpgradeExtensionsAndWait(resourceGroupName, machineName, extensionUpgradeParameters, options = { requestOptions: {} }) {
|
|
91
|
+
return await upgradeExtensions(this._client, resourceGroupName, machineName, extensionUpgradeParameters, options);
|
|
225
92
|
}
|
|
93
|
+
/** The operation groups for extensionPublisher */
|
|
94
|
+
extensionPublisher;
|
|
95
|
+
/** The operation groups for extensionType */
|
|
96
|
+
extensionType;
|
|
97
|
+
/** The operation groups for settings */
|
|
98
|
+
settings;
|
|
99
|
+
/** The operation groups for extensionMetadataV2 */
|
|
100
|
+
extensionMetadataV2;
|
|
101
|
+
/** The operation groups for extensionMetadata */
|
|
102
|
+
extensionMetadata;
|
|
103
|
+
/** The operation groups for privateLinkScopes */
|
|
104
|
+
privateLinkScopes;
|
|
105
|
+
/** The operation groups for networkProfileOperations */
|
|
106
|
+
networkProfileOperations;
|
|
107
|
+
/** The operation groups for networkSecurityPerimeterConfigurations */
|
|
108
|
+
networkSecurityPerimeterConfigurations;
|
|
109
|
+
/** The operation groups for privateEndpointConnections */
|
|
110
|
+
privateEndpointConnections;
|
|
111
|
+
/** The operation groups for privateLinkResources */
|
|
112
|
+
privateLinkResources;
|
|
113
|
+
/** The operation groups for gateways */
|
|
114
|
+
gateways;
|
|
115
|
+
/** The operation groups for machineRunCommands */
|
|
116
|
+
machineRunCommands;
|
|
117
|
+
/** The operation groups for machineExtensions */
|
|
118
|
+
machineExtensions;
|
|
119
|
+
/** The operation groups for licenseProfiles */
|
|
120
|
+
licenseProfiles;
|
|
121
|
+
/** The operation groups for machines */
|
|
122
|
+
machines;
|
|
123
|
+
/** The operation groups for licenses */
|
|
124
|
+
licenses;
|
|
125
|
+
/** The operation groups for operations */
|
|
126
|
+
operations;
|
|
226
127
|
}
|
|
227
|
-
// Operation Specifications
|
|
228
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
229
|
-
const upgradeExtensionsOperationSpec = {
|
|
230
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/upgradeExtensions",
|
|
231
|
-
httpMethod: "POST",
|
|
232
|
-
responses: {
|
|
233
|
-
200: {},
|
|
234
|
-
201: {},
|
|
235
|
-
202: {},
|
|
236
|
-
204: {},
|
|
237
|
-
default: {
|
|
238
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
239
|
-
},
|
|
240
|
-
},
|
|
241
|
-
requestBody: Parameters.extensionUpgradeParameters,
|
|
242
|
-
queryParameters: [Parameters.apiVersion],
|
|
243
|
-
urlParameters: [
|
|
244
|
-
Parameters.$host,
|
|
245
|
-
Parameters.subscriptionId,
|
|
246
|
-
Parameters.resourceGroupName,
|
|
247
|
-
Parameters.machineName,
|
|
248
|
-
],
|
|
249
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
250
|
-
mediaType: "json",
|
|
251
|
-
serializer,
|
|
252
|
-
};
|
|
253
|
-
const setupExtensionsOperationSpec = {
|
|
254
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/addExtensions",
|
|
255
|
-
httpMethod: "POST",
|
|
256
|
-
responses: {
|
|
257
|
-
200: {
|
|
258
|
-
bodyMapper: Mappers.SetupExtensionRequest,
|
|
259
|
-
},
|
|
260
|
-
201: {
|
|
261
|
-
bodyMapper: Mappers.SetupExtensionRequest,
|
|
262
|
-
},
|
|
263
|
-
202: {
|
|
264
|
-
bodyMapper: Mappers.SetupExtensionRequest,
|
|
265
|
-
},
|
|
266
|
-
204: {
|
|
267
|
-
bodyMapper: Mappers.SetupExtensionRequest,
|
|
268
|
-
},
|
|
269
|
-
default: {
|
|
270
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
requestBody: Parameters.extensions,
|
|
274
|
-
queryParameters: [Parameters.apiVersion],
|
|
275
|
-
urlParameters: [
|
|
276
|
-
Parameters.$host,
|
|
277
|
-
Parameters.subscriptionId,
|
|
278
|
-
Parameters.resourceGroupName,
|
|
279
|
-
Parameters.machineName,
|
|
280
|
-
],
|
|
281
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
282
|
-
mediaType: "json",
|
|
283
|
-
serializer,
|
|
284
|
-
};
|
|
285
128
|
//# sourceMappingURL=hybridComputeManagementClient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hybridComputeManagementClient.js","sourceRoot":"","sources":["../../src/hybridComputeManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * 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 ExtensionMetadataV2Impl,\n ExtensionTypeOperationsImpl,\n ExtensionPublisherOperationsImpl,\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 ExtensionMetadataV2,\n ExtensionTypeOperations,\n ExtensionPublisherOperations,\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 SetupExtensionRequest,\n SetupExtensionsOptionalParams,\n SetupExtensionsResponse,\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 constructor(\n credentials: coreAuth.TokenCredential,\n options?: HybridComputeManagementClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionIdOrOptions?:\n | HybridComputeManagementClientOptionalParams\n | string,\n options?: HybridComputeManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\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/5.0.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 || \"2025-02-19-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.extensionMetadataV2 = new ExtensionMetadataV2Impl(this);\n this.extensionTypeOperations = new ExtensionTypeOperationsImpl(this);\n this.extensionPublisherOperations = new ExtensionPublisherOperationsImpl(\n this,\n );\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 /**\n * The operation to Setup 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 extensions Parameters supplied to the Setup Extensions operation.\n * @param options The options parameters.\n */\n async beginSetupExtensions(\n resourceGroupName: string,\n machineName: string,\n extensions: SetupExtensionRequest,\n options?: SetupExtensionsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SetupExtensionsResponse>,\n SetupExtensionsResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SetupExtensionsResponse> => {\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: { resourceGroupName, machineName, extensions, options },\n spec: setupExtensionsOperationSpec,\n });\n const poller = await createHttpPoller<\n SetupExtensionsResponse,\n OperationState<SetupExtensionsResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * The operation to Setup 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 extensions Parameters supplied to the Setup Extensions operation.\n * @param options The options parameters.\n */\n async beginSetupExtensionsAndWait(\n resourceGroupName: string,\n machineName: string,\n extensions: SetupExtensionRequest,\n options?: SetupExtensionsOptionalParams,\n ): Promise<SetupExtensionsResponse> {\n const poller = await this.beginSetupExtensions(\n resourceGroupName,\n machineName,\n extensions,\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 extensionMetadataV2: ExtensionMetadataV2;\n extensionTypeOperations: ExtensionTypeOperations;\n extensionPublisherOperations: ExtensionPublisherOperations;\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};\nconst setupExtensionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/addExtensions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SetupExtensionRequest,\n },\n 201: {\n bodyMapper: Mappers.SetupExtensionRequest,\n },\n 202: {\n bodyMapper: Mappers.SetupExtensionRequest,\n },\n 204: {\n bodyMapper: Mappers.SetupExtensionRequest,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.extensions,\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"]}
|
|
1
|
+
{"version":3,"file":"hybridComputeManagementClient.js","sourceRoot":"","sources":["../../src/hybridComputeManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n HybridComputeManagementContext,\n HybridComputeManagementClientOptionalParams,\n} from \"./api/index.js\";\nimport { createHybridComputeManagement } from \"./api/index.js\";\nimport { setupExtensions, upgradeExtensions } from \"./api/operations.js\";\nimport type {\n SetupExtensionsOptionalParams,\n UpgradeExtensionsOptionalParams,\n} from \"./api/options.js\";\nimport type { ExtensionMetadataOperations } from \"./classic/extensionMetadata/index.js\";\nimport { _getExtensionMetadataOperations } from \"./classic/extensionMetadata/index.js\";\nimport type { ExtensionMetadataV2Operations } from \"./classic/extensionMetadataV2/index.js\";\nimport { _getExtensionMetadataV2Operations } from \"./classic/extensionMetadataV2/index.js\";\nimport type { ExtensionPublisherOperations } from \"./classic/extensionPublisher/index.js\";\nimport { _getExtensionPublisherOperations } from \"./classic/extensionPublisher/index.js\";\nimport type { ExtensionTypeOperations } from \"./classic/extensionType/index.js\";\nimport { _getExtensionTypeOperations } from \"./classic/extensionType/index.js\";\nimport type { GatewaysOperations } from \"./classic/gateways/index.js\";\nimport { _getGatewaysOperations } from \"./classic/gateways/index.js\";\nimport type { LicenseProfilesOperations } from \"./classic/licenseProfiles/index.js\";\nimport { _getLicenseProfilesOperations } from \"./classic/licenseProfiles/index.js\";\nimport type { LicensesOperations } from \"./classic/licenses/index.js\";\nimport { _getLicensesOperations } from \"./classic/licenses/index.js\";\nimport type { MachineExtensionsOperations } from \"./classic/machineExtensions/index.js\";\nimport { _getMachineExtensionsOperations } from \"./classic/machineExtensions/index.js\";\nimport type { MachineRunCommandsOperations } from \"./classic/machineRunCommands/index.js\";\nimport { _getMachineRunCommandsOperations } from \"./classic/machineRunCommands/index.js\";\nimport type { MachinesOperations } from \"./classic/machines/index.js\";\nimport { _getMachinesOperations } from \"./classic/machines/index.js\";\nimport type { NetworkProfileOperationsOperations } from \"./classic/networkProfileOperations/index.js\";\nimport { _getNetworkProfileOperationsOperations } from \"./classic/networkProfileOperations/index.js\";\nimport type { NetworkSecurityPerimeterConfigurationsOperations } from \"./classic/networkSecurityPerimeterConfigurations/index.js\";\nimport { _getNetworkSecurityPerimeterConfigurationsOperations } from \"./classic/networkSecurityPerimeterConfigurations/index.js\";\nimport type { OperationsOperations } from \"./classic/operations/index.js\";\nimport { _getOperationsOperations } from \"./classic/operations/index.js\";\nimport type { PrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport { _getPrivateEndpointConnectionsOperations } from \"./classic/privateEndpointConnections/index.js\";\nimport type { PrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport { _getPrivateLinkResourcesOperations } from \"./classic/privateLinkResources/index.js\";\nimport type { PrivateLinkScopesOperations } from \"./classic/privateLinkScopes/index.js\";\nimport { _getPrivateLinkScopesOperations } from \"./classic/privateLinkScopes/index.js\";\nimport type { SettingsOperations } from \"./classic/settings/index.js\";\nimport { _getSettingsOperations } from \"./classic/settings/index.js\";\nimport type { MachineExtensionUpgrade, SetupExtensionRequest } from \"./models/models.js\";\nimport type { SimplePollerLike } from \"./static-helpers/simplePollerHelpers.js\";\nimport { getSimplePoller } from \"./static-helpers/simplePollerHelpers.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\nimport type { Pipeline } from \"@azure/core-rest-pipeline\";\n\nexport type { HybridComputeManagementClientOptionalParams } from \"./api/hybridComputeManagementContext.js\";\n\nexport class HybridComputeManagementClient {\n private _client: HybridComputeManagementContext;\n /** The pipeline used by this client to make requests */\n public readonly pipeline: Pipeline;\n\n constructor(credential: TokenCredential, options?: HybridComputeManagementClientOptionalParams);\n constructor(\n credential: TokenCredential,\n subscriptionId: string,\n options?: HybridComputeManagementClientOptionalParams,\n );\n /** Azure Arc( Servers and K8s Clusters) API reference for Private Link's Scopes management. */\n constructor(\n credential: TokenCredential,\n subscriptionIdOrOptions?: string | HybridComputeManagementClientOptionalParams,\n options?: HybridComputeManagementClientOptionalParams,\n ) {\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n options = options ?? {};\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-client`\n : `azsdk-js-client`;\n this._client = createHybridComputeManagement(credential, subscriptionId ?? \"\", {\n ...options,\n userAgentOptions: { userAgentPrefix },\n });\n this.pipeline = this._client.pipeline;\n this.extensionPublisher = _getExtensionPublisherOperations(this._client);\n this.extensionType = _getExtensionTypeOperations(this._client);\n this.settings = _getSettingsOperations(this._client);\n this.extensionMetadataV2 = _getExtensionMetadataV2Operations(this._client);\n this.extensionMetadata = _getExtensionMetadataOperations(this._client);\n this.privateLinkScopes = _getPrivateLinkScopesOperations(this._client);\n this.networkProfileOperations = _getNetworkProfileOperationsOperations(this._client);\n this.networkSecurityPerimeterConfigurations =\n _getNetworkSecurityPerimeterConfigurationsOperations(this._client);\n this.privateEndpointConnections = _getPrivateEndpointConnectionsOperations(this._client);\n this.privateLinkResources = _getPrivateLinkResourcesOperations(this._client);\n this.gateways = _getGatewaysOperations(this._client);\n this.machineRunCommands = _getMachineRunCommandsOperations(this._client);\n this.machineExtensions = _getMachineExtensionsOperations(this._client);\n this.licenseProfiles = _getLicenseProfilesOperations(this._client);\n this.machines = _getMachinesOperations(this._client);\n this.licenses = _getLicensesOperations(this._client);\n this.operations = _getOperationsOperations(this._client);\n }\n\n /** The operation to Setup Machine Extensions. */\n setupExtensions(\n resourceGroupName: string,\n machineName: string,\n extensions: SetupExtensionRequest,\n options: SetupExtensionsOptionalParams = { requestOptions: {} },\n ): PollerLike<OperationState<SetupExtensionRequest>, SetupExtensionRequest> {\n return setupExtensions(this._client, resourceGroupName, machineName, extensions, options);\n }\n\n /** @deprecated use setupExtensions instead */\n async beginSetupExtensions(\n resourceGroupName: string,\n machineName: string,\n extensions: SetupExtensionRequest,\n options: SetupExtensionsOptionalParams = { requestOptions: {} },\n ): Promise<SimplePollerLike<OperationState<SetupExtensionRequest>, SetupExtensionRequest>> {\n const poller = setupExtensions(\n this._client,\n resourceGroupName,\n machineName,\n extensions,\n options,\n );\n await poller.submitted();\n return getSimplePoller(poller);\n }\n\n /** @deprecated use setupExtensions instead */\n async beginSetupExtensionsAndWait(\n resourceGroupName: string,\n machineName: string,\n extensions: SetupExtensionRequest,\n options: SetupExtensionsOptionalParams = { requestOptions: {} },\n ): Promise<SetupExtensionRequest> {\n return await setupExtensions(this._client, resourceGroupName, machineName, extensions, options);\n }\n\n /** The operation to Upgrade Machine Extensions. */\n upgradeExtensions(\n resourceGroupName: string,\n machineName: string,\n extensionUpgradeParameters: MachineExtensionUpgrade,\n options: UpgradeExtensionsOptionalParams = { requestOptions: {} },\n ): PollerLike<OperationState<void>, void> {\n return upgradeExtensions(\n this._client,\n resourceGroupName,\n machineName,\n extensionUpgradeParameters,\n options,\n );\n }\n\n /** @deprecated use upgradeExtensions instead */\n async beginUpgradeExtensions(\n resourceGroupName: string,\n machineName: string,\n extensionUpgradeParameters: MachineExtensionUpgrade,\n options: UpgradeExtensionsOptionalParams = { requestOptions: {} },\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const poller = upgradeExtensions(\n this._client,\n resourceGroupName,\n machineName,\n extensionUpgradeParameters,\n options,\n );\n await poller.submitted();\n return getSimplePoller(poller);\n }\n\n /** @deprecated use upgradeExtensions instead */\n async beginUpgradeExtensionsAndWait(\n resourceGroupName: string,\n machineName: string,\n extensionUpgradeParameters: MachineExtensionUpgrade,\n options: UpgradeExtensionsOptionalParams = { requestOptions: {} },\n ): Promise<void> {\n return await upgradeExtensions(\n this._client,\n resourceGroupName,\n machineName,\n extensionUpgradeParameters,\n options,\n );\n }\n\n /** The operation groups for extensionPublisher */\n public readonly extensionPublisher: ExtensionPublisherOperations;\n /** The operation groups for extensionType */\n public readonly extensionType: ExtensionTypeOperations;\n /** The operation groups for settings */\n public readonly settings: SettingsOperations;\n /** The operation groups for extensionMetadataV2 */\n public readonly extensionMetadataV2: ExtensionMetadataV2Operations;\n /** The operation groups for extensionMetadata */\n public readonly extensionMetadata: ExtensionMetadataOperations;\n /** The operation groups for privateLinkScopes */\n public readonly privateLinkScopes: PrivateLinkScopesOperations;\n /** The operation groups for networkProfileOperations */\n public readonly networkProfileOperations: NetworkProfileOperationsOperations;\n /** The operation groups for networkSecurityPerimeterConfigurations */\n public readonly networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurationsOperations;\n /** The operation groups for privateEndpointConnections */\n public readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;\n /** The operation groups for privateLinkResources */\n public readonly privateLinkResources: PrivateLinkResourcesOperations;\n /** The operation groups for gateways */\n public readonly gateways: GatewaysOperations;\n /** The operation groups for machineRunCommands */\n public readonly machineRunCommands: MachineRunCommandsOperations;\n /** The operation groups for machineExtensions */\n public readonly machineExtensions: MachineExtensionsOperations;\n /** The operation groups for licenseProfiles */\n public readonly licenseProfiles: LicenseProfilesOperations;\n /** The operation groups for machines */\n public readonly machines: MachinesOperations;\n /** The operation groups for licenses */\n public readonly licenses: LicensesOperations;\n /** The operation groups for operations */\n public readonly operations: OperationsOperations;\n}\n"]}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import type { AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
2
|
+
import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
3
|
+
import type { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
3
4
|
export { HybridComputeManagementClient } from "./hybridComputeManagementClient.js";
|
|
4
|
-
export
|
|
5
|
+
export type { SimplePollerLike } from "./static-helpers/simplePollerHelpers.js";
|
|
6
|
+
export type { RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
7
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
8
|
+
export type { MachineExtensionUpgrade, ExtensionTargetProperties, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, SetupExtensionRequest, MachineExtensionProperties, MachineExtensionInstanceView, MachineExtensionInstanceViewStatus, StatusLevelTypes, OperationValue, OperationValueDisplay, License, LicenseProperties, ProvisioningState, LicenseType, LicenseDetails, LicenseState, LicenseTarget, LicenseEdition, LicenseCoreType, VolumeLicenseDetails, ProgramYear, TrackedResource, Resource, SystemData, CreatedByType, LicenseUpdate, LicenseUpdateProperties, LicenseUpdatePropertiesLicenseDetails, ResourceUpdate, Machine, MachineProperties, LocationData, AgentConfiguration, ConfigurationExtension, AgentConfigurationMode, ServiceStatuses, ServiceStatus, HardwareProfile, Processor, StorageProfile, Disk, FirmwareProfile, CloudMetadata, AgentUpgrade, LastAttemptStatusEnum, OSProfile, OSProfileWindowsConfiguration, PatchSettings, AssessmentModeTypes, PatchModeTypes, PatchSettingsStatus, HotpatchEnablementStatus, OSProfileLinuxConfiguration, LicenseProfileMachineInstanceView, LicenseStatus, LicenseProfileMachineInstanceViewSoftwareAssurance, LicenseProfileMachineInstanceViewEsuProperties, LicenseAssignmentState, LicenseProfileArmProductProfileProperties, LicenseProfileSubscriptionStatus, LicenseProfileProductType, ProductFeature, StatusTypes, IdentityKeyStore, NetworkProfile, NetworkInterface, IpAddress, Subnet, MachineExtension, Identity, ResourceIdentityType, ArcKindEnum, LicenseProfileArmEsuPropertiesWithoutAssignedLicense, EsuServerType, EsuEligibility, EsuKeyState, LicenseProfileStorageModelEsuProperties, EsuKey, MachineUpdate, MachineUpdateProperties, MachineAssessPatchesResult, PatchOperationStatus, AvailablePatchCountByClassification, PatchOperationStartedBy, PatchServiceUsed, OsType, MachineInstallPatchesParameters, VMGuestPatchRebootSetting, WindowsParameters, VMGuestPatchClassificationWindows, LinuxParameters, VMGuestPatchClassificationLinux, MachineInstallPatchesResult, VMGuestPatchRebootStatus, LicenseProfile, LicenseProfileProperties, LicenseProfilePropertiesSoftwareAssurance, LicenseProfileArmEsuProperties, LicenseProfileUpdate, LicenseProfileUpdateProperties, LicenseProfileUpdatePropertiesSoftwareAssurance, EsuProfileUpdateProperties, ProductProfileUpdateProperties, LicenseProfileSubscriptionStatusUpdate, ProductFeatureUpdate, MachineExtensionUpdate, MachineExtensionUpdateProperties, MachineRunCommand, MachineRunCommandProperties, MachineRunCommandScriptSource, RunCommandManagedIdentity, RunCommandInputParameter, MachineRunCommandInstanceView, ExecutionState, ExtensionsResourceStatus, ExtensionsStatusLevelTypes, Gateway, GatewayProperties, GatewayType, GatewayUpdate, GatewayUpdateProperties, PrivateLinkResource, PrivateLinkResourceProperties, ProxyResource, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty, NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationProperties, ProvisioningIssue, ProvisioningIssueProperties, ProvisioningIssueType, ProvisioningIssueSeverity, AccessRule, AccessRuleProperties, AccessRuleDirection, NetworkSecurityPerimeter, ResourceAssociation, AccessMode, NetworkSecurityPerimeterProfile, NetworkSecurityPerimeterConfigurationReconcileResult, PrivateLinkScopeValidationDetails, PublicNetworkAccessType, ConnectionDetail, HybridComputePrivateLinkScope, HybridComputePrivateLinkScopeProperties, PrivateEndpointConnectionDataModel, ServiceExtension, ServiceExtensionType, ServiceExtensionPublicNetworkAccess, TagsResource, ExtensionValue, ExtensionValueProperties, ExtensionValueV2, ExtensionValueV2Properties, Settings, SettingsProperties, SettingsGatewayProperties, ExtensionType, ExtensionPublisher, InstanceViewTypes, } from "./models/index.js";
|
|
9
|
+
export { KnownStatusLevelTypes, KnownProvisioningState, KnownLicenseType, KnownLicenseState, KnownLicenseTarget, KnownLicenseEdition, KnownLicenseCoreType, KnownProgramYear, KnownCreatedByType, KnownAgentConfigurationMode, KnownLastAttemptStatusEnum, KnownAssessmentModeTypes, KnownPatchModeTypes, KnownHotpatchEnablementStatus, KnownLicenseStatus, KnownLicenseAssignmentState, KnownLicenseProfileSubscriptionStatus, KnownLicenseProfileProductType, KnownStatusTypes, KnownIdentityKeyStore, KnownArcKindEnum, KnownEsuServerType, KnownEsuEligibility, KnownEsuKeyState, KnownPatchOperationStatus, KnownPatchOperationStartedBy, KnownPatchServiceUsed, KnownOsType, KnownVMGuestPatchRebootSetting, KnownVMGuestPatchClassificationWindows, KnownVMGuestPatchClassificationLinux, KnownVMGuestPatchRebootStatus, KnownLicenseProfileSubscriptionStatusUpdate, KnownExecutionState, KnownGatewayType, KnownProvisioningIssueType, KnownProvisioningIssueSeverity, KnownAccessRuleDirection, KnownAccessMode, KnownPublicNetworkAccessType, KnownServiceExtensionPublicNetworkAccess, KnownInstanceViewTypes, KnownVersions, } from "./models/index.js";
|
|
10
|
+
export type { HybridComputeManagementClientOptionalParams, SetupExtensionsOptionalParams, UpgradeExtensionsOptionalParams, } from "./api/index.js";
|
|
11
|
+
export type { ExtensionMetadataListOptionalParams, ExtensionMetadataGetOptionalParams, } from "./api/extensionMetadata/index.js";
|
|
12
|
+
export type { ExtensionMetadataV2ListOptionalParams, ExtensionMetadataV2GetOptionalParams, } from "./api/extensionMetadataV2/index.js";
|
|
13
|
+
export type { ExtensionPublisherListOptionalParams } from "./api/extensionPublisher/index.js";
|
|
14
|
+
export type { ExtensionTypeListOptionalParams } from "./api/extensionType/index.js";
|
|
15
|
+
export type { GatewaysListBySubscriptionOptionalParams, GatewaysListByResourceGroupOptionalParams, GatewaysDeleteOptionalParams, GatewaysUpdateOptionalParams, GatewaysCreateOrUpdateOptionalParams, GatewaysGetOptionalParams, } from "./api/gateways/index.js";
|
|
16
|
+
export type { LicenseProfilesListOptionalParams, LicenseProfilesDeleteOptionalParams, LicenseProfilesUpdateOptionalParams, LicenseProfilesCreateOrUpdateOptionalParams, LicenseProfilesGetOptionalParams, } from "./api/licenseProfiles/index.js";
|
|
17
|
+
export type { LicensesValidateLicenseOptionalParams, LicensesListBySubscriptionOptionalParams, LicensesListByResourceGroupOptionalParams, LicensesDeleteOptionalParams, LicensesUpdateOptionalParams, LicensesCreateOrUpdateOptionalParams, LicensesGetOptionalParams, } from "./api/licenses/index.js";
|
|
18
|
+
export type { MachineExtensionsListOptionalParams, MachineExtensionsDeleteOptionalParams, MachineExtensionsUpdateOptionalParams, MachineExtensionsCreateOrUpdateOptionalParams, MachineExtensionsGetOptionalParams, } from "./api/machineExtensions/index.js";
|
|
19
|
+
export type { MachineRunCommandsListOptionalParams, MachineRunCommandsDeleteOptionalParams, MachineRunCommandsCreateOrUpdateOptionalParams, MachineRunCommandsGetOptionalParams, } from "./api/machineRunCommands/index.js";
|
|
20
|
+
export type { MachinesInstallPatchesOptionalParams, MachinesAssessPatchesOptionalParams, MachinesListBySubscriptionOptionalParams, MachinesListByResourceGroupOptionalParams, MachinesDeleteOptionalParams, MachinesUpdateOptionalParams, MachinesCreateOrUpdateOptionalParams, MachinesGetOptionalParams, } from "./api/machines/index.js";
|
|
21
|
+
export type { NetworkProfileOperationsGetOptionalParams } from "./api/networkProfileOperations/index.js";
|
|
22
|
+
export type { NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams, NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams, NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams, } from "./api/networkSecurityPerimeterConfigurations/index.js";
|
|
23
|
+
export type { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
24
|
+
export type { PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsGetOptionalParams, } from "./api/privateEndpointConnections/index.js";
|
|
25
|
+
export type { PrivateLinkResourcesListByPrivateLinkScopeOptionalParams, PrivateLinkResourcesGetOptionalParams, } from "./api/privateLinkResources/index.js";
|
|
26
|
+
export type { PrivateLinkScopesGetValidationDetailsOptionalParams, PrivateLinkScopesListOptionalParams, PrivateLinkScopesListByResourceGroupOptionalParams, PrivateLinkScopesDeleteOptionalParams, PrivateLinkScopesUpdateTagsOptionalParams, PrivateLinkScopesCreateOrUpdateOptionalParams, PrivateLinkScopesGetOptionalParams, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams, } from "./api/privateLinkScopes/index.js";
|
|
27
|
+
export type { SettingsPatchOptionalParams, SettingsUpdateOptionalParams, SettingsGetOptionalParams, } from "./api/settings/index.js";
|
|
28
|
+
export type { ExtensionMetadataOperations, ExtensionMetadataV2Operations, ExtensionPublisherOperations, ExtensionTypeOperations, GatewaysOperations, LicenseProfilesOperations, LicensesOperations, MachineExtensionsOperations, MachineRunCommandsOperations, MachinesOperations, NetworkProfileOperationsOperations, NetworkSecurityPerimeterConfigurationsOperations, OperationsOperations, PrivateEndpointConnectionsOperations, PrivateLinkResourcesOperations, PrivateLinkScopesOperations, SettingsOperations, } from "./classic/index.js";
|
|
29
|
+
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
30
|
+
export { AzureClouds };
|
|
31
|
+
export type { AzureSupportedClouds };
|
|
32
|
+
export { RestError, isRestError } from "@azure/core-rest-pipeline";
|
|
5
33
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/index.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
|
|
11
4
|
export { HybridComputeManagementClient } from "./hybridComputeManagementClient.js";
|
|
12
|
-
export
|
|
5
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
6
|
+
export { KnownStatusLevelTypes, KnownProvisioningState, KnownLicenseType, KnownLicenseState, KnownLicenseTarget, KnownLicenseEdition, KnownLicenseCoreType, KnownProgramYear, KnownCreatedByType, KnownAgentConfigurationMode, KnownLastAttemptStatusEnum, KnownAssessmentModeTypes, KnownPatchModeTypes, KnownHotpatchEnablementStatus, KnownLicenseStatus, KnownLicenseAssignmentState, KnownLicenseProfileSubscriptionStatus, KnownLicenseProfileProductType, KnownStatusTypes, KnownIdentityKeyStore, KnownArcKindEnum, KnownEsuServerType, KnownEsuEligibility, KnownEsuKeyState, KnownPatchOperationStatus, KnownPatchOperationStartedBy, KnownPatchServiceUsed, KnownOsType, KnownVMGuestPatchRebootSetting, KnownVMGuestPatchClassificationWindows, KnownVMGuestPatchClassificationLinux, KnownVMGuestPatchRebootStatus, KnownLicenseProfileSubscriptionStatusUpdate, KnownExecutionState, KnownGatewayType, KnownProvisioningIssueType, KnownProvisioningIssueSeverity, KnownAccessRuleDirection, KnownAccessMode, KnownPublicNetworkAccessType, KnownServiceExtensionPublicNetworkAccess, KnownInstanceViewTypes, KnownVersions, } from "./models/index.js";
|
|
7
|
+
export { AzureClouds };
|
|
8
|
+
export { RestError, isRestError } from "@azure/core-rest-pipeline";
|
|
13
9
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +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"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAOtE,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGnF,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAuK1D,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,2BAA2B,EAC3B,0BAA0B,EAC1B,wBAAwB,EACxB,mBAAmB,EACnB,6BAA6B,EAC7B,kBAAkB,EAClB,2BAA2B,EAC3B,qCAAqC,EACrC,8BAA8B,EAC9B,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,yBAAyB,EACzB,4BAA4B,EAC5B,qBAAqB,EACrB,WAAW,EACX,8BAA8B,EAC9B,sCAAsC,EACtC,oCAAoC,EACpC,6BAA6B,EAC7B,2CAA2C,EAC3C,mBAAmB,EACnB,gBAAgB,EAChB,0BAA0B,EAC1B,8BAA8B,EAC9B,wBAAwB,EACxB,eAAe,EACf,4BAA4B,EAC5B,wCAAwC,EACxC,sBAAsB,EACtB,aAAa,GACd,MAAM,mBAAmB,CAAC;AAmH3B,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport { AzureClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport type {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { HybridComputeManagementClient } from \"./hybridComputeManagementClient.js\";\nexport type { SimplePollerLike } from \"./static-helpers/simplePollerHelpers.js\";\nexport type { RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport { restorePoller } from \"./restorePollerHelpers.js\";\nexport type {\n MachineExtensionUpgrade,\n ExtensionTargetProperties,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n SetupExtensionRequest,\n MachineExtensionProperties,\n MachineExtensionInstanceView,\n MachineExtensionInstanceViewStatus,\n StatusLevelTypes,\n OperationValue,\n OperationValueDisplay,\n License,\n LicenseProperties,\n ProvisioningState,\n LicenseType,\n LicenseDetails,\n LicenseState,\n LicenseTarget,\n LicenseEdition,\n LicenseCoreType,\n VolumeLicenseDetails,\n ProgramYear,\n TrackedResource,\n Resource,\n SystemData,\n CreatedByType,\n LicenseUpdate,\n LicenseUpdateProperties,\n LicenseUpdatePropertiesLicenseDetails,\n ResourceUpdate,\n Machine,\n MachineProperties,\n LocationData,\n AgentConfiguration,\n ConfigurationExtension,\n AgentConfigurationMode,\n ServiceStatuses,\n ServiceStatus,\n HardwareProfile,\n Processor,\n StorageProfile,\n Disk,\n FirmwareProfile,\n CloudMetadata,\n AgentUpgrade,\n LastAttemptStatusEnum,\n OSProfile,\n OSProfileWindowsConfiguration,\n PatchSettings,\n AssessmentModeTypes,\n PatchModeTypes,\n PatchSettingsStatus,\n HotpatchEnablementStatus,\n OSProfileLinuxConfiguration,\n LicenseProfileMachineInstanceView,\n LicenseStatus,\n LicenseProfileMachineInstanceViewSoftwareAssurance,\n LicenseProfileMachineInstanceViewEsuProperties,\n LicenseAssignmentState,\n LicenseProfileArmProductProfileProperties,\n LicenseProfileSubscriptionStatus,\n LicenseProfileProductType,\n ProductFeature,\n StatusTypes,\n IdentityKeyStore,\n NetworkProfile,\n NetworkInterface,\n IpAddress,\n Subnet,\n MachineExtension,\n Identity,\n ResourceIdentityType,\n ArcKindEnum,\n LicenseProfileArmEsuPropertiesWithoutAssignedLicense,\n EsuServerType,\n EsuEligibility,\n EsuKeyState,\n LicenseProfileStorageModelEsuProperties,\n EsuKey,\n MachineUpdate,\n MachineUpdateProperties,\n MachineAssessPatchesResult,\n PatchOperationStatus,\n AvailablePatchCountByClassification,\n PatchOperationStartedBy,\n PatchServiceUsed,\n OsType,\n MachineInstallPatchesParameters,\n VMGuestPatchRebootSetting,\n WindowsParameters,\n VMGuestPatchClassificationWindows,\n LinuxParameters,\n VMGuestPatchClassificationLinux,\n MachineInstallPatchesResult,\n VMGuestPatchRebootStatus,\n LicenseProfile,\n LicenseProfileProperties,\n LicenseProfilePropertiesSoftwareAssurance,\n LicenseProfileArmEsuProperties,\n LicenseProfileUpdate,\n LicenseProfileUpdateProperties,\n LicenseProfileUpdatePropertiesSoftwareAssurance,\n EsuProfileUpdateProperties,\n ProductProfileUpdateProperties,\n LicenseProfileSubscriptionStatusUpdate,\n ProductFeatureUpdate,\n MachineExtensionUpdate,\n MachineExtensionUpdateProperties,\n MachineRunCommand,\n MachineRunCommandProperties,\n MachineRunCommandScriptSource,\n RunCommandManagedIdentity,\n RunCommandInputParameter,\n MachineRunCommandInstanceView,\n ExecutionState,\n ExtensionsResourceStatus,\n ExtensionsStatusLevelTypes,\n Gateway,\n GatewayProperties,\n GatewayType,\n GatewayUpdate,\n GatewayUpdateProperties,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n ProxyResource,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateEndpointProperty,\n PrivateLinkServiceConnectionStateProperty,\n NetworkSecurityPerimeterConfiguration,\n NetworkSecurityPerimeterConfigurationProperties,\n ProvisioningIssue,\n ProvisioningIssueProperties,\n ProvisioningIssueType,\n ProvisioningIssueSeverity,\n AccessRule,\n AccessRuleProperties,\n AccessRuleDirection,\n NetworkSecurityPerimeter,\n ResourceAssociation,\n AccessMode,\n NetworkSecurityPerimeterProfile,\n NetworkSecurityPerimeterConfigurationReconcileResult,\n PrivateLinkScopeValidationDetails,\n PublicNetworkAccessType,\n ConnectionDetail,\n HybridComputePrivateLinkScope,\n HybridComputePrivateLinkScopeProperties,\n PrivateEndpointConnectionDataModel,\n ServiceExtension,\n ServiceExtensionType,\n ServiceExtensionPublicNetworkAccess,\n TagsResource,\n ExtensionValue,\n ExtensionValueProperties,\n ExtensionValueV2,\n ExtensionValueV2Properties,\n Settings,\n SettingsProperties,\n SettingsGatewayProperties,\n ExtensionType,\n ExtensionPublisher,\n InstanceViewTypes,\n} from \"./models/index.js\";\nexport {\n KnownStatusLevelTypes,\n KnownProvisioningState,\n KnownLicenseType,\n KnownLicenseState,\n KnownLicenseTarget,\n KnownLicenseEdition,\n KnownLicenseCoreType,\n KnownProgramYear,\n KnownCreatedByType,\n KnownAgentConfigurationMode,\n KnownLastAttemptStatusEnum,\n KnownAssessmentModeTypes,\n KnownPatchModeTypes,\n KnownHotpatchEnablementStatus,\n KnownLicenseStatus,\n KnownLicenseAssignmentState,\n KnownLicenseProfileSubscriptionStatus,\n KnownLicenseProfileProductType,\n KnownStatusTypes,\n KnownIdentityKeyStore,\n KnownArcKindEnum,\n KnownEsuServerType,\n KnownEsuEligibility,\n KnownEsuKeyState,\n KnownPatchOperationStatus,\n KnownPatchOperationStartedBy,\n KnownPatchServiceUsed,\n KnownOsType,\n KnownVMGuestPatchRebootSetting,\n KnownVMGuestPatchClassificationWindows,\n KnownVMGuestPatchClassificationLinux,\n KnownVMGuestPatchRebootStatus,\n KnownLicenseProfileSubscriptionStatusUpdate,\n KnownExecutionState,\n KnownGatewayType,\n KnownProvisioningIssueType,\n KnownProvisioningIssueSeverity,\n KnownAccessRuleDirection,\n KnownAccessMode,\n KnownPublicNetworkAccessType,\n KnownServiceExtensionPublicNetworkAccess,\n KnownInstanceViewTypes,\n KnownVersions,\n} from \"./models/index.js\";\nexport type {\n HybridComputeManagementClientOptionalParams,\n SetupExtensionsOptionalParams,\n UpgradeExtensionsOptionalParams,\n} from \"./api/index.js\";\nexport type {\n ExtensionMetadataListOptionalParams,\n ExtensionMetadataGetOptionalParams,\n} from \"./api/extensionMetadata/index.js\";\nexport type {\n ExtensionMetadataV2ListOptionalParams,\n ExtensionMetadataV2GetOptionalParams,\n} from \"./api/extensionMetadataV2/index.js\";\nexport type { ExtensionPublisherListOptionalParams } from \"./api/extensionPublisher/index.js\";\nexport type { ExtensionTypeListOptionalParams } from \"./api/extensionType/index.js\";\nexport type {\n GatewaysListBySubscriptionOptionalParams,\n GatewaysListByResourceGroupOptionalParams,\n GatewaysDeleteOptionalParams,\n GatewaysUpdateOptionalParams,\n GatewaysCreateOrUpdateOptionalParams,\n GatewaysGetOptionalParams,\n} from \"./api/gateways/index.js\";\nexport type {\n LicenseProfilesListOptionalParams,\n LicenseProfilesDeleteOptionalParams,\n LicenseProfilesUpdateOptionalParams,\n LicenseProfilesCreateOrUpdateOptionalParams,\n LicenseProfilesGetOptionalParams,\n} from \"./api/licenseProfiles/index.js\";\nexport type {\n LicensesValidateLicenseOptionalParams,\n LicensesListBySubscriptionOptionalParams,\n LicensesListByResourceGroupOptionalParams,\n LicensesDeleteOptionalParams,\n LicensesUpdateOptionalParams,\n LicensesCreateOrUpdateOptionalParams,\n LicensesGetOptionalParams,\n} from \"./api/licenses/index.js\";\nexport type {\n MachineExtensionsListOptionalParams,\n MachineExtensionsDeleteOptionalParams,\n MachineExtensionsUpdateOptionalParams,\n MachineExtensionsCreateOrUpdateOptionalParams,\n MachineExtensionsGetOptionalParams,\n} from \"./api/machineExtensions/index.js\";\nexport type {\n MachineRunCommandsListOptionalParams,\n MachineRunCommandsDeleteOptionalParams,\n MachineRunCommandsCreateOrUpdateOptionalParams,\n MachineRunCommandsGetOptionalParams,\n} from \"./api/machineRunCommands/index.js\";\nexport type {\n MachinesInstallPatchesOptionalParams,\n MachinesAssessPatchesOptionalParams,\n MachinesListBySubscriptionOptionalParams,\n MachinesListByResourceGroupOptionalParams,\n MachinesDeleteOptionalParams,\n MachinesUpdateOptionalParams,\n MachinesCreateOrUpdateOptionalParams,\n MachinesGetOptionalParams,\n} from \"./api/machines/index.js\";\nexport type { NetworkProfileOperationsGetOptionalParams } from \"./api/networkProfileOperations/index.js\";\nexport type {\n NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams,\n NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams,\n NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams,\n} from \"./api/networkSecurityPerimeterConfigurations/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type {\n PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n} from \"./api/privateEndpointConnections/index.js\";\nexport type {\n PrivateLinkResourcesListByPrivateLinkScopeOptionalParams,\n PrivateLinkResourcesGetOptionalParams,\n} from \"./api/privateLinkResources/index.js\";\nexport type {\n PrivateLinkScopesGetValidationDetailsOptionalParams,\n PrivateLinkScopesListOptionalParams,\n PrivateLinkScopesListByResourceGroupOptionalParams,\n PrivateLinkScopesDeleteOptionalParams,\n PrivateLinkScopesUpdateTagsOptionalParams,\n PrivateLinkScopesCreateOrUpdateOptionalParams,\n PrivateLinkScopesGetOptionalParams,\n PrivateLinkScopesGetValidationDetailsForMachineOptionalParams,\n} from \"./api/privateLinkScopes/index.js\";\nexport type {\n SettingsPatchOptionalParams,\n SettingsUpdateOptionalParams,\n SettingsGetOptionalParams,\n} from \"./api/settings/index.js\";\nexport type {\n ExtensionMetadataOperations,\n ExtensionMetadataV2Operations,\n ExtensionPublisherOperations,\n ExtensionTypeOperations,\n GatewaysOperations,\n LicenseProfilesOperations,\n LicensesOperations,\n MachineExtensionsOperations,\n MachineRunCommandsOperations,\n MachinesOperations,\n NetworkProfileOperationsOperations,\n NetworkSecurityPerimeterConfigurationsOperations,\n OperationsOperations,\n PrivateEndpointConnectionsOperations,\n PrivateLinkResourcesOperations,\n PrivateLinkScopesOperations,\n SettingsOperations,\n} from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\nexport { RestError, isRestError } from \"@azure/core-rest-pipeline\";\n"]}
|