Questions tagged [service-management]
22 questions
0
votes
2 answers
Equivalent Azure ARM APIs for ComputeManagementClient operations like create, get, swap
I have to replace the service management API's with Azure ARM and I am finding very difficult to find a proper documentation for the following equivalent Azure ARM API's
1) ComputeManagementClient.Deployments.Create
- I found the API to GET…

Hari Priya Thangavel
- 487
- 7
- 16
0
votes
1 answer
Connect to the Azure Service Management API from c#, without the interactive login
I am trying to connect to the Azure Service Management APi, using C#, but the only way the example (https://msdn.microsoft.com/en-gb/library/azure/ee460782.aspx) works if through an interactive authentication method, requiring me to enter my Azure…

Dan O'Leary
- 2,660
- 6
- 24
- 50
0
votes
1 answer
Login Helper App creating multiple OS X app instances
I'm using the ServiceManagement framework to add a login item that will launch a Helper App, which will launch the main app whenever the user logs back in. The addLoginItem and disableLoginItem methods are called if the user selects or deselects…

narner
- 2,908
- 3
- 26
- 63
0
votes
1 answer
How can i call service manager in my view?
I use ZF2... How can call service manager in a viewhelper?
My probem is that. I use slug module for sef link.
( link : https://packagist.org/packages/olliebrennan/zf2-slug-generator )
And i need to call it's service from a view helper. But how can…

Yargicx
- 1,704
- 3
- 16
- 36
0
votes
1 answer
Access Service Management REST API from Cloud Service using Windows Azure
I need to access Windows Azure Service Management REST API directly from the deployed Cloud Service instance. To do that I need to access X509 certificate, right? When I deploy a cloud service, the service management certificate is not deployed to…

Oldrich Svec
- 4,191
- 2
- 28
- 54
0
votes
2 answers
ServiceManagement API to Delete Deployment
Im referring to this for deployment to Cloud Service
http://www.packtpub.com/article/managing-azure-hosted-services-with-service-management-api
For Deleting the Package there is no straight forward way to delete package from cloud service. I'm…

user145610
- 2,949
- 4
- 43
- 75
0
votes
1 answer
Correct usage of SMJobBless for single action?
I'm running a little tool to run an action that has a start and end (it's an installer). I don't want to leave things lying around the filesystem (or the launchd config) after the installer runs. If it ever runs again it can re-blessed etc.
Is this…

Joe
- 46,419
- 33
- 155
- 245