|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.5.0 (2023-04-21) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `AbusePenaltyAction` with values `AbusePenaltyActionBlock`, `AbusePenaltyActionThrottle` |
| 7 | +- New enum type `DeploymentModelVersionUpgradeOption` with values `DeploymentModelVersionUpgradeOptionNoAutoUpgrade`, `DeploymentModelVersionUpgradeOptionOnceCurrentVersionExpired`, `DeploymentModelVersionUpgradeOptionOnceNewDefaultVersionAvailable` |
| 8 | +- New enum type `RaiPolicyContentLevel` with values `RaiPolicyContentLevelHigh`, `RaiPolicyContentLevelLow`, `RaiPolicyContentLevelMedium` |
| 9 | +- New enum type `RaiPolicyContentSource` with values `RaiPolicyContentSourceCompletion`, `RaiPolicyContentSourcePrompt` |
| 10 | +- New enum type `RaiPolicyType` with values `RaiPolicyTypeSystemManaged`, `RaiPolicyTypeUserManaged` |
| 11 | +- New function `*ClientFactory.NewModelsClient() *ModelsClient` |
| 12 | +- New function `*ClientFactory.NewRaiPoliciesClient() *RaiPoliciesClient` |
| 13 | +- New function `*ClientFactory.NewUsagesClient() *UsagesClient` |
| 14 | +- New function `*DeploymentsClient.GetRaiPolicy(context.Context, string, string, string, *DeploymentsClientGetRaiPolicyOptions) (DeploymentsClientGetRaiPolicyResponse, error)` |
| 15 | +- New function `NewModelsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ModelsClient, error)` |
| 16 | +- New function `*ModelsClient.NewListPager(string, *ModelsClientListOptions) *runtime.Pager[ModelsClientListResponse]` |
| 17 | +- New function `NewRaiPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiPoliciesClient, error)` |
| 18 | +- New function `*RaiPoliciesClient.CreateOrUpdate(context.Context, string, string, string, RaiPolicy, *RaiPoliciesClientCreateOrUpdateOptions) (RaiPoliciesClientCreateOrUpdateResponse, error)` |
| 19 | +- New function `*RaiPoliciesClient.BeginDelete(context.Context, string, string, string, *RaiPoliciesClientBeginDeleteOptions) (*runtime.Poller[RaiPoliciesClientDeleteResponse], error)` |
| 20 | +- New function `*RaiPoliciesClient.Get(context.Context, string, string, string, *RaiPoliciesClientGetOptions) (RaiPoliciesClientGetResponse, error)` |
| 21 | +- New function `*RaiPoliciesClient.NewListPager(string, string, *RaiPoliciesClientListOptions) *runtime.Pager[RaiPoliciesClientListResponse]` |
| 22 | +- New function `NewUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsagesClient, error)` |
| 23 | +- New function `*UsagesClient.NewListPager(string, *UsagesClientListOptions) *runtime.Pager[UsagesClientListResponse]` |
| 24 | +- New struct `AbusePenalty` |
| 25 | +- New struct `Model` |
| 26 | +- New struct `ModelListResult` |
| 27 | +- New struct `ModelSKU` |
| 28 | +- New struct `RaiPolicy` |
| 29 | +- New struct `RaiPolicyContentFilter` |
| 30 | +- New struct `RaiPolicyListResult` |
| 31 | +- New struct `RaiPolicyProperties` |
| 32 | +- New field `IsDefaultVersion`, `SKUs` in struct `AccountModel` |
| 33 | +- New field `AbusePenalty` in struct `AccountProperties` |
| 34 | +- New field `ProvisioningIssues` in struct `CommitmentPlanProperties` |
| 35 | +- New field `SKU` in struct `Deployment` |
| 36 | +- New field `TokenRateLimit`, `VersionUpgradeOption` in struct `DeploymentProperties` |
| 37 | + |
| 38 | + |
3 | 39 | ## 1.4.1 (2023-04-14) |
4 | 40 | ### Bug Fixes |
5 | 41 |
|
|
0 commit comments