Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

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

56 changes: 48 additions & 8 deletions sdk/orbital/arm-orbital/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,55 @@
# Release History

## 2.0.0 (2023-03-02)

**Features**

## 1.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface ContactProfileThirdPartyConfiguration
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Type Alias ContactsStatus
- Interface ContactProfile has a new optional parameter thirdPartyConfigurations
- Interface ContactProfilesCreateOrUpdateOptionalParams has a new optional parameter thirdPartyConfigurations
- Interface ContactProfilesProperties has a new optional parameter thirdPartyConfigurations
- Interface OperationResult has a new optional parameter nextLink
- Interface OperationResult has a new optional parameter value
- Added Enum KnownContactsStatus
- Added Enum KnownStatus

### Other Changes
**Breaking Changes**

- Removed operation AvailableGroundStations.get
- Operation ContactProfiles.beginCreateOrUpdate has a new signature
- Operation ContactProfiles.beginCreateOrUpdateAndWait has a new signature
- Operation Spacecrafts.beginCreateOrUpdate has a new signature
- Operation Spacecrafts.beginCreateOrUpdateAndWait has a new signature
- Interface Contact no longer has parameter etag
- Interface ContactProfile no longer has parameter etag
- Interface ContactProfilesCreateOrUpdateOptionalParams no longer has parameter links
- Interface ContactProfilesCreateOrUpdateOptionalParams no longer has parameter networkConfiguration
- Interface Spacecraft no longer has parameter etag
- Interface SpacecraftsCreateOrUpdateOptionalParams no longer has parameter links
- Interface SpacecraftsCreateOrUpdateOptionalParams no longer has parameter titleLine
- Interface SpacecraftsCreateOrUpdateOptionalParams no longer has parameter tleLine1
- Interface SpacecraftsCreateOrUpdateOptionalParams no longer has parameter tleLine2
- Parameter expirationDate of interface AuthorizedGroundstation is now required
- Parameter groundStation of interface AuthorizedGroundstation is now required
- Parameter contactProfile of interface Contact is now required
- Parameter groundStationName of interface Contact is now required
- Parameter reservationEndTime of interface Contact is now required
- Parameter reservationStartTime of interface Contact is now required
- Parameter links of interface ContactProfile is now required
- Parameter networkConfiguration of interface ContactProfile is now required
- Parameter id of interface ResourceReference is now required
- Parameter links of interface Spacecraft is now required
- Parameter titleLine of interface Spacecraft is now required
- Parameter tleLine1 of interface Spacecraft is now required
- Parameter tleLine2 of interface Spacecraft is now required
- Type of parameter status of interface Contact is changed from Status to ContactsStatus
- Removed Enum KnownApiVersionParameter


## 1.2.0 (2023-01-30)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/orbital/arm-orbital/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AzureOrbital client.

Azure Orbital service
Azure Orbital service.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/orbital/arm-orbital) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-orbital) |
Expand Down
10 changes: 5 additions & 5 deletions sdk/orbital/arm-orbital/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "08894fa8d66cb44dc62a73f7a09530f905985fa3",
"readme": "specification\\orbital\\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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\orbital\\resource-manager\\readme.md --use=@autorest/[email protected].7 --generate-sample=true",
"commit": "fa6baee349c5599b261f20905d970914e5e6ca42",
"readme": "specification/orbital/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/orbital/resource-manager/readme.md --use=@autorest/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].0",
"use": "@autorest/[email protected].7"
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].5"
}
23 changes: 7 additions & 16 deletions sdk/orbital/arm-orbital/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AzureOrbital.",
"version": "1.2.1",
"version": "2.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,17 +29,16 @@
"types": "./types/arm-orbital.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand All @@ -50,6 +49,7 @@
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/orbital/arm-orbital",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down Expand Up @@ -110,14 +110,5 @@
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/orbital/arm-orbital",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-orbital?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading