Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 33 additions & 32 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@
# Release History

## 3.0.0 (2023-05-08)

**Features**

## 2.0.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group Operations
- Added operation Subscriptions.checkZonePeers
- Added Interface AvailabilityZoneMappings
- Added Interface AvailabilityZonePeers
- Added Interface CheckZonePeersRequest
- Added Interface CheckZonePeersResult
- Added Interface ErrorDetail
- Added Interface ErrorResponseAutoGenerated
- Added Interface OperationAutoGenerated
- Added Interface OperationDisplayAutoGenerated
- Added Interface OperationListResultAutoGenerated
- Added Interface OperationsListNextOptionalParams
- Added Interface OperationsListOptionalParams
- Added Interface Peers
- Added Interface SubscriptionsCheckZonePeersOptionalParams
- Added Type Alias ActionType
- Added Type Alias OperationsListNextResponse
- Added Type Alias OperationsListResponse
- Added Type Alias Origin
- Added Type Alias SubscriptionsCheckZonePeersResponse
- Interface Location_2 has a new optional parameter availabilityZoneMappings
- Interface LocationMetadata has a new optional parameter geography
- Interface Operation has a new optional parameter actionType
- Interface Operation has a new optional parameter isDataAction
- Interface Operation has a new optional parameter origin
- Added Enum KnownActionType
- Added Enum KnownOrigin

**Breaking Changes**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check the change is reasonable or not

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- Operation Subscriptions.get has a new signature
- Operation Subscriptions.listLocations has a new signature
- Class SubscriptionClient has a new signature

## 2.0.2 (2022-11-22)

**Features**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "a42f1b58607091c4f255ead152a8ef323fa0b280",
"readme": "specification\\resources\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\resources\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
"commit": "17aa6a1314de5aafef059d9aa2229901df506e75",
"readme": "specification/resources/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\resources\\resource-manager\\readme.md --use=@autorest/typescript@6.0.1 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/resources-subscriptions/arm-resources-subscriptions",
"Tag": "js/resources-subscriptions/arm-resources-subscriptions_bd40eea0ce"
"Tag": "js/resources-subscriptions/arm-resources-subscriptions_c4231ede92"
}
Loading