Граф коммитов

90 Коммитов

Автор SHA1 Сообщение Дата
jonahlytleMSFT d9d0d46cfe
Add optional operationId to Get Subscription Transitions. (#124)
* add optional operation id

* add example

* spacing

* updates

* add to project

* Update GetSubscriptionTransitions.cs

* Update GetSubscriptionTransitionsByOperationId.cs
2023-03-27 11:11:44 -07:00
kaminasy 8f5dc73721
Azure entitlement get and cancel operations (#121)
* Azure entitlement get and cancel operations

* Updated PC SDK version to 3.3.0

* Fixed the object name
2023-03-27 10:28:11 -07:00
jonahlytleMSFT 48530d77d4
Adding examples for Custom Term End Date during Migrations + Promotion Eligibilities with null PromotionId. (#117)
* new changes

* spacing
2022-11-29 16:32:31 -08:00
Gaurav Karna 6f905c1c49
adding samples for fall 2022 updates (#116)
Co-authored-by: Gaurav Karna <gauravkarna@microsoft.com>
2022-11-28 09:44:32 -08:00
pradeepko 87e8cdff4e
Pradeep/po upload (#105)
* Add Po Upload samples

* Get file from user

* update nuget package from nuget.org

* comments

* consume latest nuget

* comments

Co-authored-by: Pradeep Kodumuru <prkodumu@microsoft.com>
2022-07-25 14:20:19 -07:00
jonahlytleMSFT 9cf7994a5c
adding promotion to scheduled change (#106) 2022-07-22 12:53:54 -07:00
jonahlytleMSFT f2c058b132
Adding Get All Migrations and Get Migration Events APIs. (#104)
* adding changes

* adding newline
2022-07-22 11:55:12 -07:00
adbhat-ms 017c207223
Add Delete partner customer Dap sample. (#89)
Co-authored-by: kaminasy <54291876+kaminasy@users.noreply.github.com>
2022-07-21 10:43:49 -07:00
dependabot[bot] c62aafda35
Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /sdk/SdkSamples (#100)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 11:43:31 -07:00
cbarneyMS e046ba2899
Cbarney/add promo id to transition (#88)
* Added promotion Id to transitions in the samples
2022-04-12 10:11:36 -07:00
Jonah Lytle 2f8fadbb66 solution error 2022-04-06 10:20:24 -07:00
Jonah Lytle ed30dd4da3 updating nuget 2022-04-06 10:12:50 -07:00
Jonah Lytle 16fb1b1a18 reverting change 2022-04-06 09:24:45 -07:00
Jonah Lytle 00872f5f36 updating nuget 2022-04-06 09:19:36 -07:00
jonahlytleMSFT 3d1f2b4c3e
Merge pull request #2 from jonahlytleMSFT/jonahlytleMSFT-NewCommerceMigrationWithAddOn
Adding Migration Example with Add-on
2022-04-04 10:45:57 -07:00
Jonah Lytle cda6c94bae typo 2022-03-24 17:06:08 -07:00
Jonah Lytle ede787c7f6 show add on sub before asking for term/billing/quantity 2022-03-24 16:54:44 -07:00
Jonah Lytle 8b4ad8e63e adding new commerce migration with add on 2022-03-24 16:20:48 -07:00
jonahlytleMSFT 829cf32c90
Delete ValidateAndCreateNewCommerceMigrationWithAddOn.cs 2022-03-24 16:13:43 -07:00
jonahlytleMSFT 1bfc05117e
Update Program.cs
weird diff
2022-03-24 15:11:26 -07:00
jonahlytleMSFT f11d55e6f9 adding to program 2022-03-24 21:57:37 +00:00
jonahlytleMSFT 7834a31191
Update ValidateAndCreateNewCommerceMigrationWithAddOn.cs
typo
2022-03-24 14:41:28 -07:00
jonahlytleMSFT bc45a79ebf
Update ValidateAndCreateNewCommerceMigrationWithAddOn.cs
adding add-on subscription to new commerce migration
2022-03-24 14:36:02 -07:00
jonahlytleMSFT 72c0bf2be5
Create ValidateAndCreateNewCommerceMigrationWithAddOn.cs
Adding file for migration with add-on
2022-03-18 12:41:03 -07:00
jonahlytleMSFT 3ddc50129b
Update CreateOrder.cs 2022-03-14 11:04:55 -07:00
jonahlytleMSFT 90b7f52d59
Update CreateOrder.cs
term duration is optional
2022-03-14 11:03:38 -07:00
Jonah Lytle 7c51bb75c2 using obtain 2022-03-11 10:55:26 -08:00
Jonah Lytle 85bebe29b6 removing "," 2022-03-11 10:50:43 -08:00
Jonah Lytle e4c75f56cf updating 2022-03-11 10:46:44 -08:00
jonahlytleMSFT ce811bd33b
Update CreateOrder.cs 2022-03-11 10:43:08 -08:00
jonahlytleMSFT 3b501f69da
Update CreateOrder.cs 2022-03-11 10:41:59 -08:00
jonahlytleMSFT cf2e8120ec
Update CreateOrder.cs 2022-03-11 10:36:03 -08:00
jonahlytleMSFT 7c40847d28
Update CreateOrder.cs
adding custom term end date to order.
2022-03-11 10:33:21 -08:00
jonahlytleMSFT 7ec9aca438
Update UpdateSubscriptionScheduledChange.cs 2022-03-11 10:24:13 -08:00
cbarneyMS b1625c9f54
Changes to samples to exercise new properties of Transitions and Update Subscription (#82)
* Changes to samples to exercise new Transition and Update Subscription compound update changes.

* move usings inside namespace
2021-12-09 10:25:16 -08:00
Richard J. Mejía V d41a8218ae
Add NCE Migration scenario. (#83)
Add NCE Migration scenario.

Co-authored-by: Richard Mejia <rimeji@microsoft.com>
2021-12-08 16:18:00 -08:00
Kyle Swartz 1f18c4b618
Merge pull request #81 from microsoft/kyswartz/addPromotionEligibilities
Adding Promotion ELigibility
2021-12-06 16:36:57 -05:00
Kyle Swartz 09913bb521 Update PostPromotionEligibilities.cs
Updating comment
2021-12-06 16:24:45 -05:00
Kyle Swartz b7f23167eb Merge branch 'master' into kyswartz/addPromotionEligibilities 2021-12-06 15:30:50 -05:00
Kyle Swartz f5e9b68934 Adding Promotion ELigibility
Adding promotion eligibility samples.
2021-12-06 14:58:20 -05:00
Pothera Brijesh 23008ed288 Added a null check 2021-12-01 14:25:11 -08:00
Pothera Brijesh 3a59dc0181 Merge branch 'master' into brijeshp/telcoOverage 2021-12-01 14:19:21 -08:00
tylerbau 975961b7cb
Merge pull request #79 from microsoft/tylerbau/catalog-changes
Add product promotions
2021-12-01 12:31:14 -08:00
Gaurav Karna 06b72760de
Add validation sample (#78)
* Added sample.

* Updating version + fixes

* fix verbiage

Co-authored-by: Gaurav Karna <gauravkarna@microsoft.com>
2021-12-01 11:02:41 -08:00
Pothera Brijesh 2e4dd4472c Adding Telco subscription overage api samples 2021-11-19 18:51:54 -08:00
Tyler Baumgartner 3f928c061a add product promotions 2021-11-19 15:41:32 -08:00
Tyler Baumgartner 3efde03cf1 upgrade Microsoft.Store.PartnerCenter to 3.0.0 2021-11-19 15:36:32 -08:00
Gaurav Karna 7e0645b3c1
Add AVS and SOE samples. (#74)
* updated samples for SOE and modern AVS changes. Successful build dependent upon release of new version of Partner Center SDK.

* removed examples for synchronous qualification APIs

* resolving build errors and updating package

* addressed nit

Co-authored-by: Gaurav Karna <gauravkarna@microsoft.com>
2021-07-08 09:46:08 -07:00
Tamo 92c645d576
ADAL to MSAL Migration (#75)
* updated samples for SOE and modern AVS changes. Successful build dependent upon release of new version of Partner Center SDK.

* removed examples for synchronous qualification APIs

* resolving build errors and updating package

* shifted from ADAL implementation for generating userToken to MSAL implementation

* removed ADAL dependency from CPVApplication and CSP Application projects

* changed README.md with updated instructions to setup SDKSamples

Co-authored-by: Gaurav Karna <gauravkarna@microsoft.com>
2021-07-08 09:25:54 -07:00
Pothera Brijesh 89317296df
update subscription schedule change sdk samples. (#71)
* update subscription schedule change sdk samples.

* fixed comments

* changed cref for UpdateSubscriptionScheduledChange
2021-03-25 13:23:13 -07:00