Skip to content

Commit

Permalink
Generated from d630f4f518db8a171288c12507a37ae4419fca4b
Browse files Browse the repository at this point in the history
Merge pull request #1 from madewithsmiles/madewithsmiles-patch-1

Target Resource Group
  • Loading branch information
SDK Automation committed Jun 5, 2020
1 parent 30e4f04 commit 911ca89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/compute/arm-compute/src/operations/availabilitySets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ export class AvailabilitySets {

/**
* Create or update an availability set.
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the target resource group.
* @param availabilitySetName The name of the availability set.
* @param parameters Parameters supplied to the Create Availability Set operation.
* @param [options] The optional parameters
* @returns Promise<Models.AvailabilitySetsCreateOrUpdateResponse>
*/
createOrUpdate(resourceGroupName: string, availabilitySetName: string, parameters: Models.AvailabilitySet, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilitySetsCreateOrUpdateResponse>;
/**
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the target resource group.
* @param availabilitySetName The name of the availability set.
* @param parameters Parameters supplied to the Create Availability Set operation.
* @param callback The callback
*/
createOrUpdate(resourceGroupName: string, availabilitySetName: string, parameters: Models.AvailabilitySet, callback: msRest.ServiceCallback<Models.AvailabilitySet>): void;
/**
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the target resource group.
* @param availabilitySetName The name of the availability set.
* @param parameters Parameters supplied to the Create Availability Set operation.
* @param options The optional parameters
Expand Down

0 comments on commit 911ca89

Please sign in to comment.