Microsoft.Azure.SqlDatabase.Jobs 0.8.3362.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.Azure.SqlDatabase.Jobs --version 0.8.3362.1
NuGet\Install-Package Microsoft.Azure.SqlDatabase.Jobs -Version 0.8.3362.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.SqlDatabase.Jobs" Version="0.8.3362.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.SqlDatabase.Jobs --version 0.8.3362.1
#r "nuget: Microsoft.Azure.SqlDatabase.Jobs, 0.8.3362.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.SqlDatabase.Jobs as a Cake Addin
#addin nuget:?package=Microsoft.Azure.SqlDatabase.Jobs&version=0.8.3362.1

// Install Microsoft.Azure.SqlDatabase.Jobs as a Cake Tool
#tool nuget:?package=Microsoft.Azure.SqlDatabase.Jobs&version=0.8.3362.1

Elastic Database jobs (preview) enables reliable execution of Transact-SQL (T-SQL) scripts across a group of databases. Using this feature, you can easily perform administrative operations such as schema changes, credentials management, reference data updates, performance data collection or tenant (customer) telemetry collection.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.3362.1 31,774 6/21/2016
0.8.3323.1 2,593 5/14/2016
0.8.3250.1 1,239 3/1/2016
0.8.3043.1 1,741 8/6/2015
0.8.3042.1 1,369 8/5/2015

Preview release.
   
   Changes since 0.8.3323.1:
     - No service changes.
     - Fixed bug in Add-AzureSqlJobChildTarget where error 'Target with TargetId <guid> is not a DatabaseTarget' is thrown for non-database targets when -Exclude is not specified. This error should only be thrown when -Exclude is specified.
     - Fixed bug in Get-AzureSqlJobSchedule where NullReferenceException is thrown when no parameters are specified.
   
   Changes since 0.8.3250.1:
     - No service changes.
     - Fixed bug in New-AzureSqlJobConnection and Use-AzureSqlJobConnection cmdlets that sometimes caused errors when determining the current Azure environment and/or subscription.
     - Fixed bug in New-AzureSqlJobConnection and Use-AzureSqlJobConnection cmdlets that caused an error if the server that contains the elastic database jobs control database has additional databases (other than the jobs control database).
     - Added '-Exclude' parameter to Add-AzureSqlJobChildTarget that allows database targets to be excluded from custom collections. When a database is excluded from a custom collection, a job that runs on that custom collection will never execute on that database, even if the database is indirectly included via a server target or shard map target.
   
   Changes since 0.8.3043.1:
     - Added server target feature to service and powershell cmdlets.
     - Added support for Azure PS 1.0 to powershell cmdlets and installation scripts.