Releases: Azure/typespec-azure
@azure-tools/typespec-client-generator-core@0.42.2
Bug Fixes
- #818 Fix: Crash due to using api from next version of the compiler
@azure-tools/typespec-client-generator-core@0.42.1
Bug Fixes
- #766 add generated names for constants
- #808 Fix error response when error model has statusCode
- #797 add void and never handling for parameter and return types
- #805 propagate api version from parent if not explicitly set
- #801
getDefaultApiVersion
and service version enum hornor api version config - #432 Add support for values
typespec-azure@0.42.0
@azure-tools/typespec-autorest
Bug Fixes
- #745 prevent tcgc versioning projection
- #293 Add support for new
@body
@bodyRoot
and@bodyIgnore
decorators
Bump dependencies
- #663 Upgrade dependencies
Features
- #765 [API] Refactor to provide functions to get the OpenAPI programtically
Breaking Changes
- #774 Version enum is now omitted by default. Use
version-enum-strategy: include
to revert behavior.
@azure-tools/typespec-azure-core
Bug Fixes
- #619 Add
no-generic-numeric
rule to disable LintDiffIntegerTypeMustHaveFormat
- #760 Fix
rpc-operation-request-body
rule not actually checking for a body parameter. - #694 Fix crash when
Traits
builders gets passed non model - #710 Exempt versioning enums and discriminator enum/unions from
documentation-required
rule. - #740 Require documentation on most unions.
- #293 Update to support new meaning of
@body
Bump dependencies
- #663 Upgrade dependencies
Breaking Changes
- #521 Switching ProvisioningState from enum to Open union
@azure-tools/typespec-azure-portal-core
Bump dependencies
- #663 Upgrade dependencies
@azure-tools/typespec-azure-resource-manager
Bug Fixes
- #605 Specify the fully qualified name of
@OpenAPI.extension
decorator inmissing-x-ms-identifiers
linter warning. - #400 Updated
ManagedIndentity
andCustomerManagedKey
TypeSpec model definition to be consistent with Swagger commont-types - #567 Enable
arm-common-types-version
rule by default. - #751 Allow
@pattern
to be provided on a scalar - #702 Fix
arm-resource-name-pattern
rule codefix producing invalid syntax - #293 Update to support new meaning of
@body
Bump dependencies
- #663 Upgrade dependencies
Features
- #661 Fixing ArmResource base model and add an easier way to define Resource Name parameter
- #736 Adding standard ExtendedLocation definition for ARM library
Deprecations
-
#762 Renaming internal TypeSpec ARM foundation model names to be consistent with ARM common-type definitions.
However, these areAzure.Resource.Manager.Foundations
models that would not normally be used directly in service specs. -
Deprecate
Foundations.ArmResource
.Foundations.Resource
should be used instead. -
Deprecate
Foundations.ResourceSkuType
.Foundations.Sku
should be used instead. -
Deprecate
Foundations.ResourcePlanType
.Foundations.Plan
should be used instead. -
Deprecate
Foundations.TrackedResourceBase
.Foundations.TrackedResource
should be used instead. -
Deprecate
Foundations.ProxyResourceBase
.Foundations.ProxyResource
should be used instead. -
Deprecate
Foundations.ExtensionResourceBase
.Foundations.ExtensionResource
should be used instead. -
#768 Standardizing mix-in model names with consistent
Property
suffix. -
Deprecate
ManagedServiceIdentity
.ManagedServiceIdentityProperty
should be used instead.Example:
-...ManagedServiceIdentity; +...ManagedServiceIdentityProperty;
-
Deprecate
ManagedSystemAssignedIdentity
.ManagedSystemAssignedIdentityProperty
should be used instead.Example:
-...ManagedSystemAssignedIdentity; +...ManagedSystemAssignedIdentityProperty;
-
Deprecate
EntityTag
.EntityTagProperty
should be used instead.Example:
-...EntityTag; +...EntityTagProperty;
-
Deprecate
ResourceKind
.ResourceKindProperty
should be used instead.Example:
-...ResourceKind; +...ResourceKindProperty;
-
Deprecate
ResourcePlan
.ResourcePlanProperty
should be used instead.Example:
-...ResourcePlan; +...ResourcePlanProperty;
-
Deprecate
ResourceSku
.ResourceSkuProperty
should be used instead.Example:
-...ResourceSku; +...ResourceSkuProperty;
-
Deprecate
ManagedBy
.ManagedByProperty
should be used instead.Example:
-...ManagedBy; +...ManagedByProperty;
Breaking Changes
- #521 Switching ProvisioningState from enum to Open union
@azure-tools/typespec-client-generator-core
Bug Fixes
- #788 fix wrong default version for interface from extends
@azure-tools/typespec-autorest-canonical@0.3.0
@azure-tools/typespec-client-generator-core@0.41.9
@azure-tools/typespec-client-generator-core@0.41.8
Bug Fixes
- #753 fix usage propagation from sub types
@azure-tools/typespec-client-generator-core@0.41.7
Bug Fixes
- #748 add crossLanguageDefinitionId onto method types
@azure-tools/typespec-client-generator-core@0.41.6
Bug Fixes
- #741 use correct default api version when projecting to a specific version