Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions specification/help/Help.Management/back-compatible.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ using Microsoft.Help;
@@clientName(DiscoveryResponse, "SelfHelpDiscoverySolutionResult", "csharp");
@@clientName(Error, "SelfHelpError", "csharp");
@@clientName(Filter, "SelfHelpFilter", "csharp");
@@clientName(CheckNameAvailabilityRequest,
@@clientName(Azure.ResourceManager.CommonTypes.CheckNameAvailabilityRequest,
"SelfHelpNameAvailabilityContent",
"csharp"
);
Expand Down Expand Up @@ -193,9 +193,18 @@ using Microsoft.Help;
"IsNameAvailable",
"csharp"
);
@@alternateType(CheckNameAvailabilityRequest.type, armResourceType, "csharp");
@@clientName(CheckNameAvailabilityRequest.type, "ResourceType", "csharp");
@@clientName(CheckNameAvailabilityRequest.name, "ResourceName", "csharp");
@@alternateType(Azure.ResourceManager.CommonTypes.CheckNameAvailabilityRequest.type,
armResourceType,
"csharp"
);
@@clientName(Azure.ResourceManager.CommonTypes.CheckNameAvailabilityRequest.type,
"ResourceType",
"csharp"
);
@@clientName(Azure.ResourceManager.CommonTypes.CheckNameAvailabilityRequest.name,
"ResourceName",
"csharp"
);
@@clientName(ImportanceLevel, "SelfHelpImportanceLevel", "csharp");
@@clientName(Error.type, "ErrorType ", "csharp");
@@clientName(Step.type, "StepType", "csharp");
Expand Down
15 changes: 0 additions & 15 deletions specification/help/Help.Management/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -352,21 +352,6 @@ union AutomatedCheckResultType {
Information: "Information",
}

/**
* The check availability request body.
*/
model CheckNameAvailabilityRequest {
/**
* The name of the resource for which availability needs to be checked.
*/
name?: string;

/**
* The resource type.
*/
type?: string;
}

/**
* Response for whether the requested resource name is available or not.
*/
Expand Down