Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 273 forks source link

Is the ARM branch dead? #926

Closed bedeMarkRadford closed 7 years ago

bedeMarkRadford commented 7 years ago

My company is moving to ARM and we depend on the Service Bus. Is this branch going to be resurrected?

Our proposed solution at the moment is to use REST and just make POST calls to the SB.

sergey-shandar commented 7 years ago

I'm working on ARM implementation of Azure SDK for PHP.

sergey-shandar commented 7 years ago

New ARM branch is https://github.com/Azure/azure-sdk-for-php/tree/arm2

sergey-shandar commented 7 years ago

@bedeMarkRadford you can try early preview from here https://packagist.org/packages/microsoft/windowsazure#dev-arm2

phansys commented 6 years ago

@sergey-shandar, is that branch intended to be part of a new release of this library (mean, v2 by instance) or that branch is a release candidate for a new library? My concerns are about the possibility to have both APIs working simultaneously, so I'd like to know which is the strategy you are proposing about this. The solutions I think could be possible are:

  1. Keep 0.x and 1.x branches as ASM compliant, while 2.x branch drops support for ASM and adds support for ARM;
  2. Keep 0.x and 1.x branches as ASM compliant, while 2.x branch keeps (deprecated) support for ASM and adds support for ARM;
  3. Keep all branches of this library as ASM compliant, and create a new library for ARM API. I think the 2nd solution is currently the most convenient, since it could keep both APIs working, allowing to drop support for ASM from 3.x.

Thank you in advance.

sergey-shandar commented 6 years ago

@phansys I don't have the design for the versioning and naming yet. The arm2 branch is an early preview only.