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
// CreateSQLMangedInstanceClient is a backwards-compatible alias for [CreateSQLManagedInstanceClient].
518
-
//
519
515
// Deprecated: Use [CreateSQLManagedInstanceClient] instead.
520
516
funcCreateSQLMangedInstanceClient(subscriptionIDstring) (*armsql.ManagedInstancesClient, error) { //nolint:revive,staticcheck // preserving deprecated function name
// CreateSQLMangedDatabasesClient is a backwards-compatible alias for [CreateSQLManagedDatabasesClient].
550
-
//
551
543
// Deprecated: Use [CreateSQLManagedDatabasesClient] instead.
552
544
funcCreateSQLMangedDatabasesClient(subscriptionIDstring) (*armsql.ManagedDatabasesClient, error) { //nolint:revive,staticcheck // preserving deprecated function name
0 commit comments