Releases: Azure/typespec-azure
Releases · Azure/typespec-azure
typespec-azure@0.49.0
@azure-tools/typespec-autorest
Bug Fixes
- #1838 Emit error
@azure-tools/typespec-autorest/no-matching-version-found
when the version option is used and does not match any versions of the service. - #1950 Update lockfile for core changes
@azure-tools/typespec-azure-core
Bug Fixes
- #1886 Remove
Azure.Core.nextLink
as there is a nextLink instance inTypeSpec.nextLink
, which is causing an ambiguous problem between the two. - #1950 Update lockfile for core changes
Features
- #1272 Add
armResourceType
scalar, and changed some properties to bearmResourceType
instead of string
@azure-tools/typespec-azure-portal-core
Bug Fixes
- #1950 Update lockfile for core changes
@azure-tools/typespec-azure-resource-manager
Bug Fixes
- #1866 Fix the
no-empty-model
rule to prevent it from being triggered for Records, as this is already covered by another rule. - #1886 Replace usage of
Azure.Core.nextLink
toTypeSpec.nextLink
. - #1950 Update lockfile for core changes
Features
- #1689 Add common-types v6 with changes in managed identity, private links, and types.
- #1272 Add
armResourceType
scalar, and changed some properties to bearmResourceType
instead of string - #1881 common-types consistency with original swagger
- #1923 Add the
@Azure.ResourceManager.Legacy.customAzureResource
decorator to identify ARM resources that do not use the base resource types. - #1740 Update the
arm no-response-body
rule to behave similarly to the core rule, but with the additional requirement that the 202 response can and should also be empty
@azure-tools/typespec-client-generator-core
Bug Fixes
- #1950 Update lockfile for core changes
Features
@azure-tools/typespec-azure-rulesets@0.49.0
@azure-tools/typespec-autorest-canonical@0.10.0
Bug Fixes
- #1950 Update lockfile for core changes
@azure-tools/azure-http-specs@0.1.0-alpha.4
@azure-tools/typespec-client-generator-core@0.48.6
Bug Fixes
- #1966 Allow for responses without bodies to be errors, depending on presence of
@error
decorator
@azure-tools/azure-http-specs@0.1.0-alpha.3
Added scripts to package.json.
@azure-tools/typespec-client-generator-core@0.48.5
Bug Fixes
-
- Introduce new usage:
LroInitial
,LroPolling
,LroFinalEnvelope
.
- Introduce new usage:
- usage and access now properly propagate on polling model, final result and final envelop result of
lroMetadata
.
@azure-tools/typespec-client-generator-core@0.48.4
Bug Fixes
- #1935 fix wrong
unexpected-pageable-operation-return-type
because of nullable type
@azure-tools/typespec-client-generator-core@0.48.3
@azure-tools/azure-http-specs@0.1.0-alpha.2
Backport changes from cadl-ranch
.