forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 31677 in Azure/azure-rest-api-specs
Merge b9a098b656c8f6db615c2c5ccbf7c5603f1c2145 into b538b6ec5e8ea500a60a5708e2cb046705a62114
- Loading branch information
SDKAuto
committed
Nov 26, 2024
1 parent
75fbc46
commit 5243eab
Showing
76 changed files
with
4,115 additions
and
4,698 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,94 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
|
||
|
||
## 1.0.0-beta.2 (2024-11-26) | ||
Compared with version 1.0.0-beta.1 | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
- Added operation OrganizationsOperations.createOrUpdate | ||
- Added operation OrganizationsOperations.delete | ||
- Added operation OrganizationsOperations.getResources | ||
- Added operation OrganizationsOperations.getRoles | ||
- Added operation OrganizationsOperations.getUsers | ||
- Added operation OrganizationsOperations.manageRoles | ||
- Added operation OrganizationsOperations.removeUser | ||
- Added operation OrganizationsOperations.update | ||
- Added Interface AstroClientOptionalParams | ||
- Added Interface GetResourcesRequest | ||
- Added Interface GetResourcesSuccessResponse | ||
- Added Interface GetRolesRequest | ||
- Added Interface GetRolesSuccessResponse | ||
- Added Interface GetUsersRequest | ||
- Added Interface GetUsersSuccessResponse | ||
- Added Interface ManagedServiceIdentityV4 | ||
- Added Interface ManageRolesModel | ||
- Added Interface MarketplaceDetails | ||
- Added Interface OfferDetails | ||
- Added Interface OrganizationProperties | ||
- Added Interface OrganizationsGetResourcesOptionalParams | ||
- Added Interface OrganizationsGetRolesOptionalParams | ||
- Added Interface OrganizationsGetUsersOptionalParams | ||
- Added Interface OrganizationsManageRolesOptionalParams | ||
- Added Interface OrganizationsRemoveUserOptionalParams | ||
- Added Interface PagedAsyncIterableIterator | ||
- Added Interface PageInfo | ||
- Added Interface PageSettings | ||
- Added Interface PartnerOrganizationProperties | ||
- Added Interface PartnerResource | ||
- Added Interface RemoveUserRequest | ||
- Added Interface RestorePollerOptions | ||
- Added Interface Role | ||
- Added Interface SingleSignOnProperties | ||
- Added Interface User | ||
- Added Interface UserDetails | ||
- Added Class AstroClient | ||
- Added Type Alias ContinuablePage | ||
- Added Type Alias RenewalMode | ||
- Interface OrganizationResourceUpdateProperties has a new optional parameter marketplace | ||
- Added Enum KnownRenewalMode | ||
- Enum KnownManagedServiceIdentityType has a new value SystemAndUserAssigned | ||
- Enum KnownOrigin has a new value "user,system" | ||
- Enum KnownOrigin has a new value system | ||
- Enum KnownOrigin has a new value user | ||
- Enum KnownVersions has a new value v1 | ||
- Enum KnownVersions has a new value v1_preview | ||
- Enum KnownVersions has a new value v2024_08_27 | ||
- Enum KnownVersions has a new value v2024_08_27_preview | ||
- Enum KnownVersions has a new value v2024_11_01_preview | ||
- Added function restorePoller | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
### Breaking Changes | ||
|
||
- Removed operation Organizations.beginCreateOrUpdate | ||
- Removed operation Organizations.beginCreateOrUpdateAndWait | ||
- Removed operation Organizations.beginDelete | ||
- Removed operation Organizations.beginDeleteAndWait | ||
- Removed operation Organizations.beginUpdate | ||
- Removed operation Organizations.beginUpdateAndWait | ||
- Deleted Class AstroManagementClient | ||
- Interface OrganizationsCreateOrUpdateOptionalParams no longer has parameter resumeFrom | ||
- Interface OrganizationsDeleteOptionalParams no longer has parameter resumeFrom | ||
- Interface OrganizationsUpdateOptionalParams no longer has parameter resumeFrom | ||
- Type of parameter info of interface ErrorAdditionalInfo is changed from Record<string, unknown> to Record<string, any> | ||
- Type of parameter identity of interface OrganizationResource is changed from ManagedServiceIdentity to ManagedServiceIdentityV4 | ||
- Type of parameter properties of interface OrganizationResource is changed from LiftrBaseDataOrganizationProperties to OrganizationProperties | ||
- Type of parameter identity of interface OrganizationResourceUpdate is changed from ManagedServiceIdentity to ManagedServiceIdentityV4 | ||
- Type of parameter tags of interface OrganizationResourceUpdate is changed from { | ||
[propertyName: string]: string; | ||
} to Record<string, string> | ||
- Type of parameter partnerOrganizationProperties of interface OrganizationResourceUpdateProperties is changed from LiftrBaseDataPartnerOrganizationPropertiesUpdate to PartnerOrganizationProperties | ||
- Type of parameter user of interface OrganizationResourceUpdateProperties is changed from LiftrBaseUserDetailsUpdate to UserDetails | ||
- Type of parameter tags of interface TrackedResource is changed from { | ||
[propertyName: string]: string; | ||
} to Record<string, string> | ||
- Enum KnownManagedServiceIdentityType no longer has value SystemAssignedUserAssigned | ||
- Enum KnownOrigin no longer has value System | ||
- Enum KnownOrigin no longer has value User | ||
- Enum KnownOrigin no longer has value UserSystem | ||
- Enum KnownVersions no longer has value V1Preview | ||
- Removed function getContinuationToken | ||
|
||
|
||
## 1.0.0-beta.1 (2024-02-07) | ||
|
||
The package of @azure/arm-astro is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,18 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts", | ||
"docModel": { | ||
"enabled": true | ||
}, | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFolder": "./review" | ||
}, | ||
"mainEntryPointFilePath": "./dist/esm/index.d.ts", | ||
"docModel": { "enabled": true }, | ||
"apiReport": { "enabled": true, "reportFolder": "./review" }, | ||
"dtsRollup": { | ||
"enabled": true, | ||
"untrimmedFilePath": "", | ||
"publicTrimmedFilePath": "./types/arm-astro.d.ts" | ||
}, | ||
"messages": { | ||
"tsdocMessageReporting": { | ||
"default": { | ||
"logLevel": "none" | ||
} | ||
}, | ||
"tsdocMessageReporting": { "default": { "logLevel": "none" } }, | ||
"extractorMessageReporting": { | ||
"ae-missing-release-tag": { | ||
"logLevel": "none" | ||
}, | ||
"ae-unresolved-link": { | ||
"logLevel": "none" | ||
} | ||
"ae-missing-release-tag": { "logLevel": "none" }, | ||
"ae-unresolved-link": { "logLevel": "none" } | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import azsdkEslint from "@azure/eslint-plugin-azure-sdk"; | ||
|
||
export default [ | ||
...azsdkEslint.configs.recommended, | ||
{ | ||
rules: { | ||
"@azure/azure-sdk/ts-modules-only-named": "warn", | ||
"@azure/azure-sdk/ts-apiextractor-json-types": "warn", | ||
"@azure/azure-sdk/ts-package-json-types": "warn", | ||
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn", | ||
"@azure/azure-sdk/ts-package-json-module": "off", | ||
"@azure/azure-sdk/ts-package-json-files-required": "off", | ||
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off", | ||
"tsdoc/syntax": "warn" | ||
} | ||
} | ||
]; |
Oops, something went wrong.