You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func (ac*AzureClient) CreateOrUpdateAsync(ctx context.Context, spec azure.ResourceSpecGetter, _string, parametersinterface{}) (resultinterface{}, poller*runtime.Poller[armcompute.AvailabilitySetsClientCreateOrUpdateResponse], errerror) { // ignore the resumeToken (3rd arg) as availability sets do not support polling in the same way as other resources
func (ac*AzureClient) DeleteAsync(ctx context.Context, spec azure.ResourceSpecGetter, _string) (poller*runtime.Poller[armcompute.AvailabilitySetsClientDeleteResponse], errerror) { // ignore the resumeToken (3rd arg) as availability sets do not support polling in the same way as other resources
func (ac*azureClient) CreateOrUpdateAsync(ctx context.Context, spec azure.ResourceSpecGetter, _string, parametersinterface{}) (resultinterface{}, poller*runtime.Poller[armauthorization.RoleAssignmentsClientCreateResponse], errerror) { // ignore resumeToken (3rd arg) since this is not a long-running operation
0 commit comments