|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.5.0 (2023-05-04) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New value `DeploymentProvisioningStateCanceled` added to enum type `DeploymentProvisioningState` |
| 7 | +- New value `HostingModelProvisionedWeb` added to enum type `HostingModel` |
| 8 | +- New value `ProvisioningStateCanceled` added to enum type `ProvisioningState` |
| 9 | +- New enum type `AbusePenaltyAction` with values `AbusePenaltyActionBlock`, `AbusePenaltyActionThrottle` |
| 10 | +- New enum type `AllowedContentLevel` with values `AllowedContentLevelHigh`, `AllowedContentLevelLow`, `AllowedContentLevelMedium` |
| 11 | +- New enum type `DeploymentModelVersionUpgradeOption` with values `DeploymentModelVersionUpgradeOptionNoAutoUpgrade`, `DeploymentModelVersionUpgradeOptionOnceCurrentVersionExpired`, `DeploymentModelVersionUpgradeOptionOnceNewDefaultVersionAvailable` |
| 12 | +- New enum type `RaiContentFilterType` with values `RaiContentFilterTypeMultiLevel`, `RaiContentFilterTypeSwitch` |
| 13 | +- New enum type `RaiPolicyContentSource` with values `RaiPolicyContentSourceCompletion`, `RaiPolicyContentSourcePrompt` |
| 14 | +- New enum type `RaiPolicyType` with values `RaiPolicyTypeSystemManaged`, `RaiPolicyTypeUserManaged` |
| 15 | +- New function `*ClientFactory.NewModelsClient() *ModelsClient` |
| 16 | +- New function `*ClientFactory.NewRaiContentFiltersClient() *RaiContentFiltersClient` |
| 17 | +- New function `*ClientFactory.NewRaiPoliciesClient() *RaiPoliciesClient` |
| 18 | +- New function `*ClientFactory.NewRaiPolicyClient() *RaiPolicyClient` |
| 19 | +- New function `*ClientFactory.NewUsagesClient() *UsagesClient` |
| 20 | +- New function `NewModelsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ModelsClient, error)` |
| 21 | +- New function `*ModelsClient.NewListPager(string, *ModelsClientListOptions) *runtime.Pager[ModelsClientListResponse]` |
| 22 | +- New function `NewRaiContentFiltersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiContentFiltersClient, error)` |
| 23 | +- New function `*RaiContentFiltersClient.List(context.Context, string, *RaiContentFiltersClientListOptions) (RaiContentFiltersClientListResponse, error)` |
| 24 | +- New function `NewRaiPoliciesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiPoliciesClient, error)` |
| 25 | +- New function `*RaiPoliciesClient.CreateOrUpdate(context.Context, string, string, string, RaiPolicy, *RaiPoliciesClientCreateOrUpdateOptions) (RaiPoliciesClientCreateOrUpdateResponse, error)` |
| 26 | +- New function `*RaiPoliciesClient.BeginDelete(context.Context, string, string, string, *RaiPoliciesClientBeginDeleteOptions) (*runtime.Poller[RaiPoliciesClientDeleteResponse], error)` |
| 27 | +- New function `*RaiPoliciesClient.Get(context.Context, string, string, string, *RaiPoliciesClientGetOptions) (RaiPoliciesClientGetResponse, error)` |
| 28 | +- New function `*RaiPoliciesClient.NewListPager(string, string, *RaiPoliciesClientListOptions) *runtime.Pager[RaiPoliciesClientListResponse]` |
| 29 | +- New function `NewRaiPolicyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiPolicyClient, error)` |
| 30 | +- New function `*RaiPolicyClient.GetEffectivePolicy(context.Context, string, string, string, *RaiPolicyClientGetEffectivePolicyOptions) (RaiPolicyClientGetEffectivePolicyResponse, error)` |
| 31 | +- New function `NewUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UsagesClient, error)` |
| 32 | +- New function `*UsagesClient.NewListPager(string, *UsagesClientListOptions) *runtime.Pager[UsagesClientListResponse]` |
| 33 | +- New struct `AbusePenalty` |
| 34 | +- New struct `Model` |
| 35 | +- New struct `ModelListResult` |
| 36 | +- New struct `ModelSKU` |
| 37 | +- New struct `RaiContentFilter` |
| 38 | +- New struct `RaiContentFilterListResult` |
| 39 | +- New struct `RaiPolicy` |
| 40 | +- New struct `RaiPolicyContentFilter` |
| 41 | +- New struct `RaiPolicyListResult` |
| 42 | +- New struct `RaiPolicyProperties` |
| 43 | +- New field `IsDefaultVersion`, `SKUs`, `Source` in struct `AccountModel` |
| 44 | +- New field `AbusePenalty` in struct `AccountProperties` |
| 45 | +- New field `ProvisioningIssues` in struct `CommitmentPlanProperties` |
| 46 | +- New field `SKU` in struct `Deployment` |
| 47 | +- New field `Source` in struct `DeploymentModel` |
| 48 | +- New field `TokenRateLimit`, `VersionUpgradeOption` in struct `DeploymentProperties` |
| 49 | +- New field `NextLink` in struct `UsageListResult` |
| 50 | + |
| 51 | + |
3 | 52 | ## 1.4.1 (2023-04-14) |
4 | 53 | ### Bug Fixes |
5 | 54 |
|
|
0 commit comments