AzureMarketplaceSaaSApiClient 3.2.0
See the version list below for details.
dotnet add package AzureMarketplaceSaaSApiClient --version 3.2.0
NuGet\Install-Package AzureMarketplaceSaaSApiClient -Version 3.2.0
<PackageReference Include="AzureMarketplaceSaaSApiClient" Version="3.2.0" />
paket add AzureMarketplaceSaaSApiClient --version 3.2.0
#r "nuget: AzureMarketplaceSaaSApiClient, 3.2.0"
// Install AzureMarketplaceSaaSApiClient as a Cake Addin #addin nuget:?package=AzureMarketplaceSaaSApiClient&version=3.2.0 // Install AzureMarketplaceSaaSApiClient as a Cake Tool #tool nuget:?package=AzureMarketplaceSaaSApiClient&version=3.2.0
An experimental .NET client implementation for the Azure Marketplace SaaS Fulfillment API V2 based on the mock API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Azure.Cosmos.Table (>= 1.0.5)
- Microsoft.Extensions.Configuration.UserSecrets (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Options (>= 2.2.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 5.2.2)
- Newtonsoft.Json (>= 12.0.2)
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 |
---|---|---|
3.5.0 | 9,410 | 4/9/2020 |
3.4.5 | 823 | 2/20/2020 |
3.4.4 | 871 | 2/6/2020 |
3.4.3 | 538 | 2/6/2020 |
3.4.2 | 604 | 1/31/2020 |
3.4.1 | 560 | 1/31/2020 |
3.4.0 | 922 | 12/4/2019 |
3.3.0 | 1,461 | 12/4/2019 |
3.2.0 | 725 | 10/1/2019 |
3.1.0 | 541 | 9/27/2019 |
3.0.1 | 561 | 9/26/2019 |
3.0.0 | 527 | 9/26/2019 |
2.0.19 | 539 | 9/26/2019 |
2.0.18 | 536 | 9/25/2019 |
2.0.17 | 546 | 9/25/2019 |
2.0.16 | 556 | 9/21/2019 |
2.0.15 | 548 | 9/19/2019 |
2.0.14 | 565 | 9/9/2019 |
2.0.13 | 539 | 9/9/2019 |
2.0.12 | 565 | 9/9/2019 |
2.0.11 | 621 | 8/30/2019 |
2.0.10 | 570 | 8/17/2019 |
2.0.9 | 564 | 8/15/2019 |
2.0.8 | 540 | 8/15/2019 |
2.0.7 | 553 | 8/15/2019 |
2.0.6 | 545 | 8/15/2019 |
2.0.5 | 564 | 8/14/2019 |
2.0.4 | 550 | 8/14/2019 |
2.0.3 | 543 | 8/13/2019 |
2.0.2 | 556 | 8/12/2019 |
2.0.1 | 615 | 8/7/2019 |
2.0.0 | 573 | 8/7/2019 |
1.0.3 | 679 | 6/27/2019 |
1.0.2 | 591 | 6/11/2019 |
1.0.1 | 589 | 6/10/2019 |
1.0.0 | 672 | 4/21/2019 |
IMPORTANT ... moved .net core dependency back to 2.2. Please check global.json for the minor version.
BREAKING:
-Changed the "PATCH" request for updating a subscription according to the API documentation
-Non-success HTTP results are now returned as the result of the API calls
HACK: Covering the discrepancy between prod API and mock API for gell all subscriptions and operations
Added Operation store capability
NEW: Added the operations store capability