@azure/arm-mysql-flexible 4.0.0-beta.1 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +244 -5
- package/LICENSE +4 -4
- package/README.md +29 -19
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2186 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +298 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +106 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2940 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +44 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +357 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/azureADAdministrators.d.ts +81 -0
- package/dist/browser/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/browser/operations/azureADAdministrators.js +348 -0
- package/dist/browser/operations/azureADAdministrators.js.map +1 -0
- package/dist/browser/operations/backupAndExport.d.ts +37 -0
- package/dist/browser/operations/backupAndExport.d.ts.map +1 -0
- package/dist/browser/operations/backupAndExport.js +147 -0
- package/dist/browser/operations/backupAndExport.js.map +1 -0
- package/dist/browser/operations/backups.d.ts +54 -0
- package/dist/browser/operations/backups.d.ts.map +1 -0
- package/dist/browser/operations/backups.js +197 -0
- package/dist/browser/operations/backups.js.map +1 -0
- package/dist/browser/operations/checkNameAvailability.d.ts +20 -0
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailability.js +55 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +99 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +462 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +81 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +347 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/firewallRules.d.ts +81 -0
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/dist/browser/operations/firewallRules.js +347 -0
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.js +128 -0
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operations/logFiles.d.ts +38 -0
- package/dist/browser/operations/logFiles.d.ts.map +1 -0
- package/dist/browser/operations/logFiles.js +133 -0
- package/dist/browser/operations/logFiles.js.map +1 -0
- package/dist/browser/operations/longRunningBackup.d.ts +30 -0
- package/dist/browser/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackup.js +118 -0
- package/dist/browser/operations/longRunningBackup.js.map +1 -0
- package/dist/browser/operations/longRunningBackups.d.ts +46 -0
- package/dist/browser/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackups.js +165 -0
- package/dist/browser/operations/longRunningBackups.js.map +1 -0
- package/dist/browser/operations/maintenances.d.ts +63 -0
- package/dist/browser/operations/maintenances.d.ts.map +1 -0
- package/dist/browser/operations/maintenances.js +258 -0
- package/dist/browser/operations/maintenances.js.map +1 -0
- package/dist/browser/operations/operationProgress.d.ts +20 -0
- package/dist/browser/operations/operationProgress.d.ts.map +1 -0
- package/dist/browser/operations/operationProgress.js +54 -0
- package/dist/browser/operations/operationProgress.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +54 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/replicas.d.ts +38 -0
- package/dist/browser/operations/replicas.d.ts.map +1 -0
- package/dist/browser/operations/replicas.js +133 -0
- package/dist/browser/operations/replicas.js.map +1 -0
- package/dist/browser/operations/servers.d.ts +193 -0
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/dist/browser/operations/servers.js +949 -0
- package/dist/browser/operations/servers.js.map +1 -0
- package/dist/browser/operations/serversMigration.d.ts +28 -0
- package/dist/browser/operations/serversMigration.d.ts.map +1 -0
- package/dist/browser/operations/serversMigration.js +113 -0
- package/dist/browser/operations/serversMigration.js.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/browser/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/browser/operationsInterfaces/backups.d.ts +29 -0
- package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backups.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +24 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +31 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/browser/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/browser/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maintenances.js +9 -0
- package/dist/browser/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationProgress.js +9 -0
- package/dist/browser/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.js +9 -0
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/servers.d.ts +157 -0
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/servers.js.map +1 -0
- package/dist/browser/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/browser/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serversMigration.js +9 -0
- package/dist/browser/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2186 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +301 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +106 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2944 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +44 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +360 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.js +128 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js +372 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operations/azureADAdministrators.d.ts +81 -0
- package/dist/commonjs/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operations/azureADAdministrators.js +353 -0
- package/dist/commonjs/operations/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operations/backupAndExport.d.ts +37 -0
- package/dist/commonjs/operations/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operations/backupAndExport.js +152 -0
- package/dist/commonjs/operations/backupAndExport.js.map +1 -0
- package/dist/commonjs/operations/backups.d.ts +54 -0
- package/dist/commonjs/operations/backups.d.ts.map +1 -0
- package/dist/commonjs/operations/backups.js +202 -0
- package/dist/commonjs/operations/backups.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +20 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +60 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js +55 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js +60 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +99 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +467 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +81 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +352 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +81 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +352 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +52 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js +133 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js +163 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operations/logFiles.d.ts +38 -0
- package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logFiles.js +138 -0
- package/dist/commonjs/operations/logFiles.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts +30 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.js +123 -0
- package/dist/commonjs/operations/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts +46 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.js +170 -0
- package/dist/commonjs/operations/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operations/maintenances.d.ts +63 -0
- package/dist/commonjs/operations/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenances.js +263 -0
- package/dist/commonjs/operations/maintenances.js.map +1 -0
- package/dist/commonjs/operations/operationProgress.d.ts +20 -0
- package/dist/commonjs/operations/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operations/operationProgress.js +59 -0
- package/dist/commonjs/operations/operationProgress.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +59 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/replicas.d.ts +38 -0
- package/dist/commonjs/operations/replicas.d.ts.map +1 -0
- package/dist/commonjs/operations/replicas.js +138 -0
- package/dist/commonjs/operations/replicas.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +193 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +954 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operations/serversMigration.d.ts +28 -0
- package/dist/commonjs/operations/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operations/serversMigration.js +118 -0
- package/dist/commonjs/operations/serversMigration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js +10 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +157 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js +10 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2186 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +298 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +106 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2940 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +44 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +357 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operations/azureADAdministrators.d.ts +81 -0
- package/dist/esm/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operations/azureADAdministrators.js +348 -0
- package/dist/esm/operations/azureADAdministrators.js.map +1 -0
- package/dist/esm/operations/backupAndExport.d.ts +37 -0
- package/dist/esm/operations/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operations/backupAndExport.js +147 -0
- package/dist/esm/operations/backupAndExport.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +54 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +197 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +20 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +55 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +99 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +462 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +81 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +347 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +81 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +347 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.js +128 -0
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operations/logFiles.d.ts +38 -0
- package/dist/esm/operations/logFiles.d.ts.map +1 -0
- package/dist/esm/operations/logFiles.js +133 -0
- package/dist/esm/operations/logFiles.js.map +1 -0
- package/dist/esm/operations/longRunningBackup.d.ts +30 -0
- package/dist/esm/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackup.js +118 -0
- package/dist/esm/operations/longRunningBackup.js.map +1 -0
- package/dist/esm/operations/longRunningBackups.d.ts +46 -0
- package/dist/esm/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackups.js +165 -0
- package/dist/esm/operations/longRunningBackups.js.map +1 -0
- package/dist/esm/operations/maintenances.d.ts +63 -0
- package/dist/esm/operations/maintenances.d.ts.map +1 -0
- package/dist/esm/operations/maintenances.js +258 -0
- package/dist/esm/operations/maintenances.js.map +1 -0
- package/dist/esm/operations/operationProgress.d.ts +20 -0
- package/dist/esm/operations/operationProgress.d.ts.map +1 -0
- package/dist/esm/operations/operationProgress.js +54 -0
- package/dist/esm/operations/operationProgress.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +54 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/replicas.d.ts +38 -0
- package/dist/esm/operations/replicas.d.ts.map +1 -0
- package/dist/esm/operations/replicas.js +133 -0
- package/dist/esm/operations/replicas.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +193 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +949 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operations/serversMigration.d.ts +28 -0
- package/dist/esm/operations/serversMigration.d.ts.map +1 -0
- package/dist/esm/operations/serversMigration.js +113 -0
- package/dist/esm/operations/serversMigration.js.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.js +9 -0
- package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.js +9 -0
- package/dist/esm/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.js +9 -0
- package/dist/esm/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.js +9 -0
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +157 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.js +9 -0
- package/dist/esm/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2186 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +298 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +106 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2940 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +44 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +357 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts +81 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.js +348 -0
- package/dist/react-native/operations/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operations/backupAndExport.d.ts +37 -0
- package/dist/react-native/operations/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operations/backupAndExport.js +147 -0
- package/dist/react-native/operations/backupAndExport.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +54 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +197 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +20 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +55 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +99 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +462 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +81 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +347 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +81 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +347 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.js +128 -0
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operations/logFiles.d.ts +38 -0
- package/dist/react-native/operations/logFiles.d.ts.map +1 -0
- package/dist/react-native/operations/logFiles.js +133 -0
- package/dist/react-native/operations/logFiles.js.map +1 -0
- package/dist/react-native/operations/longRunningBackup.d.ts +30 -0
- package/dist/react-native/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackup.js +118 -0
- package/dist/react-native/operations/longRunningBackup.js.map +1 -0
- package/dist/react-native/operations/longRunningBackups.d.ts +46 -0
- package/dist/react-native/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackups.js +165 -0
- package/dist/react-native/operations/longRunningBackups.js.map +1 -0
- package/dist/react-native/operations/maintenances.d.ts +63 -0
- package/dist/react-native/operations/maintenances.d.ts.map +1 -0
- package/dist/react-native/operations/maintenances.js +258 -0
- package/dist/react-native/operations/maintenances.js.map +1 -0
- package/dist/react-native/operations/operationProgress.d.ts +20 -0
- package/dist/react-native/operations/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operations/operationProgress.js +54 -0
- package/dist/react-native/operations/operationProgress.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +54 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/replicas.d.ts +38 -0
- package/dist/react-native/operations/replicas.d.ts.map +1 -0
- package/dist/react-native/operations/replicas.js +133 -0
- package/dist/react-native/operations/replicas.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +193 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +949 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operations/serversMigration.d.ts +28 -0
- package/dist/react-native/operations/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operations/serversMigration.js +113 -0
- package/dist/react-native/operations/serversMigration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js +9 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.js +9 -0
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +157 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js +9 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -77
- package/review/arm-mysql-flexible-node.api.md +1790 -0
- package/dist/index.js +0 -6252
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js +0 -40
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js +0 -60
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupAndExportCreateSample.js +0 -46
- package/dist-esm/samples-dev/backupAndExportCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js +0 -39
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.js +0 -40
- package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +0 -60
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsPutSample.js +0 -40
- package/dist-esm/samples-dev/backupsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -42
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.js +0 -46
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -63
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -40
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -37
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js +0 -59
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +0 -60
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.js +0 -148
- package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
- package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serversFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversFailoverSample.js +0 -39
- package/dist-esm/samples-dev/serversFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.js +0 -58
- package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListSample.js +0 -58
- package/dist-esm/samples-dev/serversListSample.js.map +0 -1
- package/dist-esm/samples-dev/serversResetGtidSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversResetGtidSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversResetGtidSample.js +0 -42
- package/dist-esm/samples-dev/serversResetGtidSample.js.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.js +0 -43
- package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.js +0 -39
- package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.js +0 -39
- package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +0 -108
- package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1460
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -176
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -73
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1954
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -33
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -262
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts +0 -31
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js +0 -84
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js.map +0 -1
- package/dist-esm/src/operations/azureADAdministrators.d.ts +0 -81
- package/dist-esm/src/operations/azureADAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operations/azureADAdministrators.js +0 -368
- package/dist-esm/src/operations/azureADAdministrators.js.map +0 -1
- package/dist-esm/src/operations/backupAndExport.d.ts +0 -37
- package/dist-esm/src/operations/backupAndExport.d.ts.map +0 -1
- package/dist-esm/src/operations/backupAndExport.js +0 -146
- package/dist-esm/src/operations/backupAndExport.js.map +0 -1
- package/dist-esm/src/operations/backups.d.ts +0 -54
- package/dist-esm/src/operations/backups.d.ts.map +0 -1
- package/dist-esm/src/operations/backups.js +0 -219
- package/dist-esm/src/operations/backups.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -20
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -54
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts +0 -19
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js +0 -49
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js.map +0 -1
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts +0 -20
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js +0 -54
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -99
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -481
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts +0 -81
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -367
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts +0 -81
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js +0 -367
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -16
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -23
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +0 -150
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operations/logFiles.d.ts +0 -38
- package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operations/logFiles.js +0 -155
- package/dist-esm/src/operations/logFiles.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/replicas.d.ts +0 -38
- package/dist-esm/src/operations/replicas.d.ts.map +0 -1
- package/dist-esm/src/operations/replicas.js +0 -155
- package/dist-esm/src/operations/replicas.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts +0 -185
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js +0 -952
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupAndExport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -23
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -149
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-mysql-flexible.api.md +0 -1235
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1682
- package/src/models/mappers.ts +0 -2117
- package/src/models/parameters.ts +0 -311
- package/src/mySQLManagementFlexibleServerClient.ts +0 -168
- package/src/operations/azureADAdministrators.ts +0 -504
- package/src/operations/backupAndExport.ts +0 -210
- package/src/operations/backups.ts +0 -286
- package/src/operations/checkNameAvailability.ts +0 -74
- package/src/operations/checkNameAvailabilityWithoutLocation.ts +0 -69
- package/src/operations/checkVirtualNetworkSubnetUsage.ts +0 -75
- package/src/operations/configurations.ts +0 -670
- package/src/operations/databases.ts +0 -502
- package/src/operations/firewallRules.ts +0 -502
- package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
- package/src/operations/index.ts +0 -23
- package/src/operations/locationBasedCapabilities.ts +0 -171
- package/src/operations/logFiles.ts +0 -198
- package/src/operations/operations.ts +0 -149
- package/src/operations/replicas.ts +0 -198
- package/src/operations/servers.ts +0 -1262
- package/src/operationsInterfaces/azureADAdministrators.ts +0 -110
- package/src/operationsInterfaces/backupAndExport.ts +0 -62
- package/src/operationsInterfaces/backups.ts +0 -59
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
- package/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.ts +0 -26
- package/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.ts +0 -28
- package/src/operationsInterfaces/configurations.ts +0 -153
- package/src/operationsInterfaces/databases.ts +0 -109
- package/src/operationsInterfaces/firewallRules.ts +0 -109
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
- package/src/operationsInterfaces/index.ts +0 -23
- package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
- package/src/operationsInterfaces/logFiles.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/replicas.ts +0 -26
- package/src/operationsInterfaces/servers.ts +0 -266
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-mysql-flexible.d.ts +0 -2216
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureADAdministrators.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupAndExport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,247 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 4.0.0-beta.3 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
## 4.0.0-beta.2 (2024-06-28)
|
|
14
|
+
Compared with version 3.1.0
|
|
15
|
+
|
|
16
|
+
### Features Added
|
|
17
|
+
|
|
18
|
+
- Added operation group AdvancedThreatProtectionSettings
|
|
19
|
+
- Added operation group AzureADAdministrators
|
|
20
|
+
- Added operation group BackupAndExport
|
|
21
|
+
- Added operation group CheckNameAvailabilityWithoutLocation
|
|
22
|
+
- Added operation group LocationBasedCapabilitySet
|
|
23
|
+
- Added operation group LogFiles
|
|
24
|
+
- Added operation group LongRunningBackup
|
|
25
|
+
- Added operation group LongRunningBackups
|
|
26
|
+
- Added operation group Maintenances
|
|
27
|
+
- Added operation group OperationProgress
|
|
28
|
+
- Added operation group OperationResults
|
|
29
|
+
- Added operation group ServersMigration
|
|
30
|
+
- Added operation Backups.put
|
|
31
|
+
- Added operation Configurations.beginCreateOrUpdate
|
|
32
|
+
- Added operation Configurations.beginCreateOrUpdateAndWait
|
|
33
|
+
- Added operation Servers.beginResetGtid
|
|
34
|
+
- Added operation Servers.beginResetGtidAndWait
|
|
35
|
+
- Added operation Servers.validateEstimateHighAvailability
|
|
36
|
+
- Added Interface AdministratorListResult
|
|
37
|
+
- Added Interface AdvancedThreatProtection
|
|
38
|
+
- Added Interface AdvancedThreatProtectionForUpdate
|
|
39
|
+
- Added Interface AdvancedThreatProtectionListResult
|
|
40
|
+
- Added Interface AdvancedThreatProtectionSettingsGetOptionalParams
|
|
41
|
+
- Added Interface AdvancedThreatProtectionSettingsListNextOptionalParams
|
|
42
|
+
- Added Interface AdvancedThreatProtectionSettingsListOptionalParams
|
|
43
|
+
- Added Interface AdvancedThreatProtectionSettingsUpdateHeaders
|
|
44
|
+
- Added Interface AdvancedThreatProtectionSettingsUpdateOptionalParams
|
|
45
|
+
- Added Interface AdvancedThreatProtectionSettingsUpdatePutHeaders
|
|
46
|
+
- Added Interface AdvancedThreatProtectionSettingsUpdatePutOptionalParams
|
|
47
|
+
- Added Interface AzureADAdministrator
|
|
48
|
+
- Added Interface AzureADAdministratorsCreateOrUpdateOptionalParams
|
|
49
|
+
- Added Interface AzureADAdministratorsDeleteOptionalParams
|
|
50
|
+
- Added Interface AzureADAdministratorsGetOptionalParams
|
|
51
|
+
- Added Interface AzureADAdministratorsListByServerNextOptionalParams
|
|
52
|
+
- Added Interface AzureADAdministratorsListByServerOptionalParams
|
|
53
|
+
- Added Interface BackupAndExportCreateHeaders
|
|
54
|
+
- Added Interface BackupAndExportCreateOptionalParams
|
|
55
|
+
- Added Interface BackupAndExportRequest
|
|
56
|
+
- Added Interface BackupAndExportResponse
|
|
57
|
+
- Added Interface BackupAndExportResponseType
|
|
58
|
+
- Added Interface BackupAndExportValidateBackupOptionalParams
|
|
59
|
+
- Added Interface BackupRequestBase
|
|
60
|
+
- Added Interface BackupSettings
|
|
61
|
+
- Added Interface BackupsPutOptionalParams
|
|
62
|
+
- Added Interface BackupStoreDetails
|
|
63
|
+
- Added Interface Capability
|
|
64
|
+
- Added Interface CapabilitySetsList
|
|
65
|
+
- Added Interface CheckNameAvailabilityWithoutLocationExecuteOptionalParams
|
|
66
|
+
- Added Interface ConfigurationsCreateOrUpdateHeaders
|
|
67
|
+
- Added Interface ConfigurationsCreateOrUpdateOptionalParams
|
|
68
|
+
- Added Interface DataEncryption
|
|
69
|
+
- Added Interface ErrorDetail
|
|
70
|
+
- Added Interface FullBackupStoreDetails
|
|
71
|
+
- Added Interface HighAvailabilityValidationEstimation
|
|
72
|
+
- Added Interface ImportFromStorageResponseType
|
|
73
|
+
- Added Interface ImportSourceProperties
|
|
74
|
+
- Added Interface LocationBasedCapabilitySetGetOptionalParams
|
|
75
|
+
- Added Interface LocationBasedCapabilitySetListNextOptionalParams
|
|
76
|
+
- Added Interface LocationBasedCapabilitySetListOptionalParams
|
|
77
|
+
- Added Interface LogFile
|
|
78
|
+
- Added Interface LogFileListResult
|
|
79
|
+
- Added Interface LogFilesListByServerNextOptionalParams
|
|
80
|
+
- Added Interface LogFilesListByServerOptionalParams
|
|
81
|
+
- Added Interface LongRunningBackupCreateHeaders
|
|
82
|
+
- Added Interface LongRunningBackupCreateOptionalParams
|
|
83
|
+
- Added Interface LongRunningBackupsGetOptionalParams
|
|
84
|
+
- Added Interface LongRunningBackupsListNextOptionalParams
|
|
85
|
+
- Added Interface LongRunningBackupsListOptionalParams
|
|
86
|
+
- Added Interface Maintenance
|
|
87
|
+
- Added Interface MaintenanceListResult
|
|
88
|
+
- Added Interface MaintenancesListNextOptionalParams
|
|
89
|
+
- Added Interface MaintenancesListOptionalParams
|
|
90
|
+
- Added Interface MaintenancesReadOptionalParams
|
|
91
|
+
- Added Interface MaintenancesUpdateHeaders
|
|
92
|
+
- Added Interface MaintenancesUpdateOptionalParams
|
|
93
|
+
- Added Interface MaintenanceUpdate
|
|
94
|
+
- Added Interface MySQLServerIdentity
|
|
95
|
+
- Added Interface MySQLServerSku
|
|
96
|
+
- Added Interface OperationProgressGetOptionalParams
|
|
97
|
+
- Added Interface OperationProgressResponseType
|
|
98
|
+
- Added Interface OperationProgressResult
|
|
99
|
+
- Added Interface OperationResultsGetOptionalParams
|
|
100
|
+
- Added Interface OperationStatusExtendedResult
|
|
101
|
+
- Added Interface OperationStatusResult
|
|
102
|
+
- Added Interface PrivateEndpoint
|
|
103
|
+
- Added Interface PrivateEndpointConnection
|
|
104
|
+
- Added Interface PrivateLinkServiceConnectionState
|
|
105
|
+
- Added Interface Provisioning
|
|
106
|
+
- Added Interface ServerBackupV2
|
|
107
|
+
- Added Interface ServerBackupV2ListResult
|
|
108
|
+
- Added Interface ServerEditionCapabilityV2
|
|
109
|
+
- Added Interface ServerGtidSetParameter
|
|
110
|
+
- Added Interface ServersCreateHeaders
|
|
111
|
+
- Added Interface ServersDeleteHeaders
|
|
112
|
+
- Added Interface ServersFailoverHeaders
|
|
113
|
+
- Added Interface ServersMigrationCutoverMigrationHeaders
|
|
114
|
+
- Added Interface ServersMigrationCutoverMigrationOptionalParams
|
|
115
|
+
- Added Interface ServersResetGtidHeaders
|
|
116
|
+
- Added Interface ServersResetGtidOptionalParams
|
|
117
|
+
- Added Interface ServersRestartHeaders
|
|
118
|
+
- Added Interface ServersStartHeaders
|
|
119
|
+
- Added Interface ServersStopHeaders
|
|
120
|
+
- Added Interface ServersUpdateHeaders
|
|
121
|
+
- Added Interface ServersValidateEstimateHighAvailabilityOptionalParams
|
|
122
|
+
- Added Interface ServerVersionCapabilityV2
|
|
123
|
+
- Added Interface SkuCapabilityV2
|
|
124
|
+
- Added Interface UserAssignedIdentity
|
|
125
|
+
- Added Interface ValidateBackupResponse
|
|
126
|
+
- Added Type Alias AdministratorName
|
|
127
|
+
- Added Type Alias AdministratorType
|
|
128
|
+
- Added Type Alias AdvancedThreatProtectionName
|
|
129
|
+
- Added Type Alias AdvancedThreatProtectionProvisioningState
|
|
130
|
+
- Added Type Alias AdvancedThreatProtectionSettingsGetResponse
|
|
131
|
+
- Added Type Alias AdvancedThreatProtectionSettingsListNextResponse
|
|
132
|
+
- Added Type Alias AdvancedThreatProtectionSettingsListResponse
|
|
133
|
+
- Added Type Alias AdvancedThreatProtectionSettingsUpdatePutResponse
|
|
134
|
+
- Added Type Alias AdvancedThreatProtectionSettingsUpdateResponse
|
|
135
|
+
- Added Type Alias AdvancedThreatProtectionState
|
|
136
|
+
- Added Type Alias AzureADAdministratorsCreateOrUpdateResponse
|
|
137
|
+
- Added Type Alias AzureADAdministratorsGetResponse
|
|
138
|
+
- Added Type Alias AzureADAdministratorsListByServerNextResponse
|
|
139
|
+
- Added Type Alias AzureADAdministratorsListByServerResponse
|
|
140
|
+
- Added Type Alias BackupAndExportCreateResponse
|
|
141
|
+
- Added Type Alias BackupAndExportValidateBackupResponse
|
|
142
|
+
- Added Type Alias BackupFormat
|
|
143
|
+
- Added Type Alias BackupsPutResponse
|
|
144
|
+
- Added Type Alias BackupStoreDetailsUnion
|
|
145
|
+
- Added Type Alias BackupType
|
|
146
|
+
- Added Type Alias CheckNameAvailabilityWithoutLocationExecuteResponse
|
|
147
|
+
- Added Type Alias ConfigurationsCreateOrUpdateResponse
|
|
148
|
+
- Added Type Alias DataEncryptionType
|
|
149
|
+
- Added Type Alias ImportSourceStorageType
|
|
150
|
+
- Added Type Alias LocationBasedCapabilitySetGetResponse
|
|
151
|
+
- Added Type Alias LocationBasedCapabilitySetListNextResponse
|
|
152
|
+
- Added Type Alias LocationBasedCapabilitySetListResponse
|
|
153
|
+
- Added Type Alias LogFilesListByServerNextResponse
|
|
154
|
+
- Added Type Alias LogFilesListByServerResponse
|
|
155
|
+
- Added Type Alias LongRunningBackupCreateResponse
|
|
156
|
+
- Added Type Alias LongRunningBackupsGetResponse
|
|
157
|
+
- Added Type Alias LongRunningBackupsListNextResponse
|
|
158
|
+
- Added Type Alias LongRunningBackupsListResponse
|
|
159
|
+
- Added Type Alias MaintenanceProvisioningState
|
|
160
|
+
- Added Type Alias MaintenancesListNextResponse
|
|
161
|
+
- Added Type Alias MaintenancesListResponse
|
|
162
|
+
- Added Type Alias MaintenancesReadResponse
|
|
163
|
+
- Added Type Alias MaintenanceState
|
|
164
|
+
- Added Type Alias MaintenancesUpdateResponse
|
|
165
|
+
- Added Type Alias MaintenanceType
|
|
166
|
+
- Added Type Alias ManagedServiceIdentityType
|
|
167
|
+
- Added Type Alias ObjectType
|
|
168
|
+
- Added Type Alias OperationProgressGetResponse
|
|
169
|
+
- Added Type Alias OperationProgressResponseTypeUnion
|
|
170
|
+
- Added Type Alias OperationResultsGetResponse
|
|
171
|
+
- Added Type Alias OperationStatus
|
|
172
|
+
- Added Type Alias PrivateEndpointConnectionProvisioningState
|
|
173
|
+
- Added Type Alias PrivateEndpointServiceConnectionStatus
|
|
174
|
+
- Added Type Alias ProvisioningState
|
|
175
|
+
- Added Type Alias ResetAllToDefault
|
|
176
|
+
- Added Type Alias ServerSkuTier
|
|
177
|
+
- Added Type Alias ServersMigrationCutoverMigrationResponse
|
|
178
|
+
- Added Type Alias ServersValidateEstimateHighAvailabilityResponse
|
|
179
|
+
- Interface Backup has a new optional parameter backupIntervalHours
|
|
180
|
+
- Interface Configuration has a new optional parameter currentValue
|
|
181
|
+
- Interface Configuration has a new optional parameter documentationLink
|
|
182
|
+
- Interface ConfigurationListForBatchUpdate has a new optional parameter resetAllToDefault
|
|
183
|
+
- Interface ConfigurationsListByServerOptionalParams has a new optional parameter keyword
|
|
184
|
+
- Interface ConfigurationsListByServerOptionalParams has a new optional parameter page
|
|
185
|
+
- Interface ConfigurationsListByServerOptionalParams has a new optional parameter pageSize
|
|
186
|
+
- Interface ConfigurationsListByServerOptionalParams has a new optional parameter tags
|
|
187
|
+
- Interface ErrorResponse has a new optional parameter error
|
|
188
|
+
- Interface Resource has a new optional parameter systemData
|
|
189
|
+
- Interface Server has a new optional parameter dataEncryption
|
|
190
|
+
- Interface Server has a new optional parameter identity
|
|
191
|
+
- Interface Server has a new optional parameter importSourceProperties
|
|
192
|
+
- Interface Server has a new optional parameter privateEndpointConnections
|
|
193
|
+
- Interface ServerForUpdate has a new optional parameter dataEncryption
|
|
194
|
+
- Interface ServerForUpdate has a new optional parameter identity
|
|
195
|
+
- Interface ServerForUpdate has a new optional parameter network
|
|
196
|
+
- Interface ServerForUpdate has a new optional parameter version
|
|
197
|
+
- Interface Storage_2 has a new optional parameter autoIoScaling
|
|
198
|
+
- Interface Storage_2 has a new optional parameter logOnDisk
|
|
199
|
+
- Interface StorageEditionCapability has a new optional parameter maxBackupIntervalHours
|
|
200
|
+
- Interface StorageEditionCapability has a new optional parameter minBackupIntervalHours
|
|
201
|
+
- Interface VirtualNetworkSubnetUsageResult has a new optional parameter location
|
|
202
|
+
- Interface VirtualNetworkSubnetUsageResult has a new optional parameter subscriptionId
|
|
203
|
+
- Added Enum KnownAdministratorName
|
|
204
|
+
- Added Enum KnownAdministratorType
|
|
205
|
+
- Added Enum KnownAdvancedThreatProtectionName
|
|
206
|
+
- Added Enum KnownAdvancedThreatProtectionProvisioningState
|
|
207
|
+
- Added Enum KnownAdvancedThreatProtectionState
|
|
208
|
+
- Added Enum KnownBackupFormat
|
|
209
|
+
- Added Enum KnownBackupType
|
|
210
|
+
- Added Enum KnownImportSourceStorageType
|
|
211
|
+
- Added Enum KnownMaintenanceProvisioningState
|
|
212
|
+
- Added Enum KnownMaintenanceState
|
|
213
|
+
- Added Enum KnownMaintenanceType
|
|
214
|
+
- Added Enum KnownManagedServiceIdentityType
|
|
215
|
+
- Added Enum KnownObjectType
|
|
216
|
+
- Added Enum KnownPrivateEndpointConnectionProvisioningState
|
|
217
|
+
- Added Enum KnownPrivateEndpointServiceConnectionStatus
|
|
218
|
+
- Added Enum KnownProvisioningState
|
|
219
|
+
- Added Enum KnownResetAllToDefault
|
|
220
|
+
- Added Enum KnownServerSkuTier
|
|
221
|
+
|
|
222
|
+
### Breaking Changes
|
|
223
|
+
|
|
224
|
+
- Class MySQLManagementFlexibleServerClient has a new signature
|
|
225
|
+
- Interface Configuration no longer has parameter systemData
|
|
226
|
+
- Interface Database no longer has parameter systemData
|
|
227
|
+
- Interface ErrorResponse no longer has parameter additionalInfo
|
|
228
|
+
- Interface ErrorResponse no longer has parameter code
|
|
229
|
+
- Interface ErrorResponse no longer has parameter details
|
|
230
|
+
- Interface ErrorResponse no longer has parameter message
|
|
231
|
+
- Interface ErrorResponse no longer has parameter target
|
|
232
|
+
- Interface FirewallRule no longer has parameter systemData
|
|
233
|
+
- Interface MySQLManagementFlexibleServerClientOptionalParams no longer has parameter apiVersion
|
|
234
|
+
- Interface Server no longer has parameter systemData
|
|
235
|
+
- Interface ServerBackup no longer has parameter systemData
|
|
236
|
+
- Type of parameter sku of interface Server is changed from Sku to MySQLServerSku
|
|
237
|
+
- Type of parameter sku of interface ServerForUpdate is changed from Sku to MySQLServerSku
|
|
238
|
+
- Class MySQLManagementFlexibleServerClient no longer has parameter apiVersion
|
|
239
|
+
- Removed Enum KnownSkuTier
|
|
240
|
+
|
|
2
241
|
|
|
3
242
|
## 4.0.0-beta.1 (2023-05-06)
|
|
4
243
|
|
|
5
|
-
|
|
244
|
+
### Features Added
|
|
6
245
|
|
|
7
246
|
- Added operation group AzureADAdministrators
|
|
8
247
|
- Added operation group BackupAndExport
|
|
@@ -93,14 +332,14 @@
|
|
|
93
332
|
- Added Enum KnownResetAllToDefault
|
|
94
333
|
- Interface MySQLManagementFlexibleServerClientOptionalParams no longer has parameter apiVersion
|
|
95
334
|
|
|
96
|
-
|
|
335
|
+
### Breaking Changes
|
|
97
336
|
|
|
98
337
|
- Class MySQLManagementFlexibleServerClient no longer has parameter apiVersion
|
|
99
338
|
|
|
100
339
|
|
|
101
340
|
## 3.1.0 (2022-12-22)
|
|
102
341
|
|
|
103
|
-
|
|
342
|
+
### Features Added
|
|
104
343
|
|
|
105
344
|
- Added Interface Configuration
|
|
106
345
|
- Added Interface Database
|
|
@@ -114,7 +353,7 @@
|
|
|
114
353
|
|
|
115
354
|
## 3.0.0 (2022-04-25)
|
|
116
355
|
|
|
117
|
-
|
|
356
|
+
### Breaking Changes
|
|
118
357
|
|
|
119
358
|
- Interface ServerForUpdate no longer has parameter dataEncryption
|
|
120
359
|
- Interface ServerForUpdate no longer has parameter identity
|
|
@@ -130,4 +369,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
|
|
|
130
369
|
|
|
131
370
|
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
|
132
371
|
|
|
133
|
-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js
|
|
372
|
+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Microsoft Azure management API provides create, read, update, and delete fun
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mysql/arm-mysql-flexible) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-mysql-flexible) |
|
|
9
|
-
[API reference documentation](https://
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-mysql-flexible?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -46,26 +46,37 @@ npm install @azure/identity
|
|
|
46
46
|
You will also need to **register a new AAD application and grant access to Azure MySQLManagementFlexibleServer** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
47
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
48
|
|
|
49
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
|
49
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { MySQLManagementFlexibleServerClient } from "@azure/arm-mysql-flexible";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
56
|
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
|
-
const client = new MySQLManagementFlexibleServerClient(
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
// tenantId: "<YOUR_TENANT_ID>",
|
|
62
|
-
// clientId: "<YOUR_CLIENT_ID>"
|
|
63
|
-
// });
|
|
64
|
-
// const client = new MySQLManagementFlexibleServerClient(credential, subscriptionId);
|
|
58
|
+
const client = new MySQLManagementFlexibleServerClient(
|
|
59
|
+
new DefaultAzureCredential(),
|
|
60
|
+
subscriptionId,
|
|
61
|
+
);
|
|
65
62
|
```
|
|
66
63
|
|
|
64
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
65
|
+
|
|
66
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
67
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
68
|
+
import { MySQLManagementFlexibleServerClient } from "@azure/arm-mysql-flexible";
|
|
69
|
+
|
|
70
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
71
|
+
const credential = new InteractiveBrowserCredential({
|
|
72
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
73
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
74
|
+
});
|
|
75
|
+
const client = new MySQLManagementFlexibleServerClient(credential, subscriptionId);
|
|
76
|
+
```
|
|
67
77
|
|
|
68
78
|
### JavaScript Bundle
|
|
79
|
+
|
|
69
80
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
70
81
|
|
|
71
82
|
## Key concepts
|
|
@@ -80,8 +91,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
91
|
|
|
81
92
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
93
|
|
|
83
|
-
```
|
|
84
|
-
|
|
94
|
+
```ts snippet:SetLogLevel
|
|
95
|
+
import { setLogLevel } from "@azure/logger";
|
|
96
|
+
|
|
85
97
|
setLogLevel("info");
|
|
86
98
|
```
|
|
87
99
|
|
|
@@ -99,9 +111,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
99
111
|
|
|
100
112
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
101
113
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
[azure_cli]: https://docs.microsoft.com/cli/azure
|
|
114
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
105
115
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
106
116
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
107
117
|
[azure_portal]: https://portal.azure.com
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
2
|
+
export * from "./models/index.js";
|
|
3
|
+
export { MySQLManagementFlexibleServerClient } from "./mySQLManagementFlexibleServerClient.js";
|
|
4
|
+
export * from "./operationsInterfaces/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/// <reference lib="esnext.asynciterable" />
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { MySQLManagementFlexibleServerClient } from "./mySQLManagementFlexibleServerClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,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 { MySQLManagementFlexibleServerClient } from \"./mySQLManagementFlexibleServerClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export function createLroSpec(inputs) {
|
|
2
|
+
const { args, spec, sendOperationFn } = inputs;
|
|
3
|
+
return {
|
|
4
|
+
requestMethod: spec.httpMethod,
|
|
5
|
+
requestPath: spec.path,
|
|
6
|
+
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
7
|
+
sendPollRequest: (path, options) => {
|
|
8
|
+
const { requestBody, ...restSpec } = spec;
|
|
9
|
+
return sendOperationFn(args, {
|
|
10
|
+
...restSpec,
|
|
11
|
+
httpMethod: "GET",
|
|
12
|
+
path,
|
|
13
|
+
abortSignal: options?.abortSignal,
|
|
14
|
+
});
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|