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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.3.0 (2026-07-17)
Features Added
New function *ClientFactory.NewTrustedHostSubscriptionsClient() *TrustedHostSubscriptionsClient
New function NewTrustedHostSubscriptionsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*TrustedHostSubscriptionsClient, error)
New function *TrustedHostSubscriptionsClient.Create(ctx context.Context, location string, hostSubscriptionID string, resource TrustedHostSubscription, options *TrustedHostSubscriptionsClientCreateOptions) (TrustedHostSubscriptionsClientCreateResponse, error)
New function *TrustedHostSubscriptionsClient.Delete(ctx context.Context, location string, hostSubscriptionID string, options *TrustedHostSubscriptionsClientDeleteOptions) (TrustedHostSubscriptionsClientDeleteResponse, error)
New function *TrustedHostSubscriptionsClient.Get(ctx context.Context, location string, hostSubscriptionID string, options *TrustedHostSubscriptionsClientGetOptions) (TrustedHostSubscriptionsClientGetResponse, error)
New function *TrustedHostSubscriptionsClient.NewListBySubscriptionLocationResourcePager(location string, options *TrustedHostSubscriptionsClientListBySubscriptionLocationResourceOptions) *runtime.Pager[TrustedHostSubscriptionsClientListBySubscriptionLocationResourceResponse]