Closed bedeMarkRadford closed 7 years ago
I'm working on ARM implementation of Azure SDK for PHP.
New ARM branch is https://github.com/Azure/azure-sdk-for-php/tree/arm2
@bedeMarkRadford you can try early preview from here https://packagist.org/packages/microsoft/windowsazure#dev-arm2
@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:
0.x
and 1.x
branches as ASM compliant, while 2.x
branch drops support for ASM and adds support for ARM;0.x
and 1.x
branches as ASM compliant, while 2.x
branch keeps (deprecated) support for ASM and adds support for ARM;3.x
.Thank you in advance.
@phansys I don't have the design for the versioning and naming yet. The arm2
branch is an early preview only.
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.