File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Elastacloud.AzureManagement.Fluent/Commands/Services
Elastacloud.FluentManagement.FSTest Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ internal DeleteHostedServiceCommand(string name)
24
24
{
25
25
Name = name ;
26
26
HttpVerb = HttpVerbDelete ;
27
- HttpCommand = Name ;
27
+ HttpCommand = Name + "?comp=media" ;
28
28
ServiceType = "services" ;
29
29
OperationId = "hostedservices" ;
30
+ AdditionalHeaders [ "x-ms-version" ] = "2013-08-01" ;
30
31
}
31
32
32
33
/// <summary>
Original file line number Diff line number Diff line change @@ -80,6 +80,6 @@ let fred = sbClient.CheckNamespaceExists("fred")
80
80
// create a namespace which violates the rules
81
81
let fred2 = sbClient.CreateNamespace( " fred" )
82
82
// create a valid namespace - bug in the service managemet api - returns a 403 downstream service access
83
- let toolscheck = sbClient.CheckNamespaceExists( " elastatools " )
83
+ let toolscheck = sbClient.CheckNamespaceExists( " elastatools3 " )
84
84
let elastacloud = sbClient.CreateNamespace( " elastatools3" )
85
- let clouddelete = sbClient.DeleteNamespace( " elastatools1 " )
85
+ let clouddelete = sbClient.DeleteNamespace( " elastatools3 " )
You can’t perform that action at this time.
0 commit comments