Skip to content

Commit 84cb420

Browse files
authored
refresh orbital (Azure#22521)
* refresh orbital * delete files Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent a637f71 commit 84cb420

File tree

8 files changed

+142
-132
lines changed

8 files changed

+142
-132
lines changed

sdk/orbital/arm-orbital/CHANGELOG.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Release History
2+
3+
## 1.1.0 (2022-07-11)
4+
5+
**Features**
26

3-
## 1.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface AvailableContactsProperties
8+
- Added Interface AvailableContactsSpacecraft
9+
- Added Interface AvailableGroundStationProperties
10+
- Added Interface Contact
11+
- Added Interface ContactParametersContactProfile
12+
- Added Interface ContactProfile
13+
- Added Interface ContactProfileProperties
14+
- Added Interface ContactsPropertiesContactProfile
15+
- Added Interface ProxyResource
16+
- Added Interface Spacecraft
17+
- Added Interface TrackedResource
18+
19+
1320
## 1.0.0 (2022-06-02)
1421

1522
The package of @azure/arm-orbital is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/orbital/arm-orbital/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Azure Service client library for JavaScript
1+
# AzureOrbital client library for JavaScript
22

3-
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure Service client.
3+
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AzureOrbital client.
44

55
Azure Orbital service
66

@@ -24,16 +24,16 @@ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUP
2424

2525
### Install the `@azure/arm-orbital` package
2626

27-
Install the Azure Service client library for JavaScript with `npm`:
27+
Install the AzureOrbital client library for JavaScript with `npm`:
2828

2929
```bash
3030
npm install @azure/arm-orbital
3131
```
3232

3333
### Create and authenticate a `AzureOrbital`
3434

35-
To create a client object to access the Azure Service API, you will need the `endpoint` of your Azure Service resource and a `credential`. The Azure Service client can use Azure Active Directory credentials to authenticate.
36-
You can find the endpoint for your Azure Service resource in the [Azure Portal][azure_portal].
35+
To create a client object to access the AzureOrbital API, you will need the `endpoint` of your AzureOrbital resource and a `credential`. The AzureOrbital client can use Azure Active Directory credentials to authenticate.
36+
You can find the endpoint for your AzureOrbital resource in the [Azure Portal][azure_portal].
3737

3838
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
3939

@@ -43,7 +43,7 @@ To use the [DefaultAzureCredential][defaultazurecredential] provider shown below
4343
npm install @azure/identity
4444
```
4545

46-
You will also need to **register a new AAD application and grant access to Azure Service** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
46+
You will also need to **register a new AAD application and grant access to AzureOrbital** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
4747
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
4848

4949
For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
@@ -72,7 +72,7 @@ To use this client library in the browser, first you need to use a bundler. For
7272

7373
### AzureOrbital
7474

75-
`AzureOrbital` is the primary interface for developers using the Azure Service client library. Explore the methods on this client object to understand the different features of the Azure Service service that you can access.
75+
`AzureOrbital` is the primary interface for developers using the AzureOrbital client library. Explore the methods on this client object to understand the different features of the AzureOrbital service that you can access.
7676

7777
## Troubleshooting
7878

sdk/orbital/arm-orbital/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"commit": "08894fa8d66cb44dc62a73f7a09530f905985fa3",
3-
"readme": "specification/orbital/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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\\orbital\\resource-manager\\readme.md --use=@autorest/[email protected]beta.20 --generate-sample=true",
3+
"readme": "specification\\orbital\\resource-manager\\readme.md",
4+
"autorest_command": "autorest --version=3.7.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\\orbital\\resource-manager\\readme.md --use=@autorest/[email protected]rc.1 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
7-
"use": "@autorest/[email protected]beta.20"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
7+
"use": "@autorest/[email protected]rc.1"
88
}

sdk/orbital/arm-orbital/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AzureOrbital.",
6-
"version": "1.0.1",
6+
"version": "1.1.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -98,8 +98,7 @@
9898
"unit-test:browser": "echo skipped",
9999
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
100100
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
101-
"integration-test:browser": "echo skipped",
102-
"docs": "echo skipped"
101+
"integration-test:browser": "echo skipped"
103102
},
104103
"sideEffects": false,
105104
"//metadata": {
@@ -119,4 +118,4 @@
119118
"disableDocsMs": true,
120119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-orbital?view=azure-node-preview"
121120
}
122-
}
121+
}

sdk/orbital/arm-orbital/recordings/node/my_test/recording_sample_test.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)