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
21 changes: 10 additions & 11 deletions sdk/orbital/arm-orbital/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 1.1.0 (2022-06-22)

**Features**

- Added Type Alias ContactsStatus
- Added Enum KnownContactsStatus
- Added Enum KnownStatus


## 1.0.0 (2022-06-02)

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).
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 Azure Service 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
8 changes: 4 additions & 4 deletions sdk/orbital/arm-orbital/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "08894fa8d66cb44dc62a73f7a09530f905985fa3",
"commit": "c1adb64e795ccbf8473aff7afaa9290098e536c5",
"readme": "specification/orbital/resource-manager/readme.md",
"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",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/orbital/resource-manager/readme.md --use=@autorest/[email protected]alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].0",
"use": "@autorest/[email protected]beta.20"
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected]alpha.19.20220425.1"
}
16 changes: 3 additions & 13 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.0.1",
"version": "1.1.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -43,8 +43,6 @@
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
Expand Down Expand Up @@ -110,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-orbital?view=azure-node-preview"
}
}
"autoPublish": true
}
49 changes: 39 additions & 10 deletions sdk/orbital/arm-orbital/review/arm-orbital.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export interface AvailableContactsListResult {
}

// @public
export type AvailableContactsProperties = ContactInstanceProperties;
export type AvailableContactsProperties = ContactInstanceProperties & {};

// @public
export type AvailableContactsSpacecraft = ResourceReference;
export type AvailableContactsSpacecraft = ResourceReference & {};

// @public
export interface AvailableGroundStation {
Expand All @@ -73,7 +73,7 @@ export interface AvailableGroundStationListResult {
}

// @public
export type AvailableGroundStationProperties = AvailableGroundStationPropertiesAutoGenerated;
export type AvailableGroundStationProperties = AvailableGroundStationPropertiesAutoGenerated & {};

// @public
export interface AvailableGroundStationPropertiesAutoGenerated {
Expand Down Expand Up @@ -165,7 +165,7 @@ export interface CloudErrorBody {
export type Contact = ProxyResource & {
readonly etag?: string;
provisioningState?: ContactsPropertiesProvisioningState;
readonly status?: Status;
readonly status?: ContactsStatus;
reservationStartTime?: Date;
reservationEndTime?: Date;
readonly rxStartTime?: Date;
Expand Down Expand Up @@ -211,7 +211,7 @@ export interface ContactParameters {
}

// @public
export type ContactParametersContactProfile = ResourceReference;
export type ContactParametersContactProfile = ResourceReference & {};

// @public
export type ContactProfile = TrackedResource & {
Expand Down Expand Up @@ -254,7 +254,7 @@ export interface ContactProfileListResult {
}

// @public
export type ContactProfileProperties = ContactProfilesProperties;
export type ContactProfileProperties = ContactProfilesProperties & {};

// @public
export interface ContactProfiles {
Expand Down Expand Up @@ -441,11 +441,14 @@ export interface ContactsPropertiesAntennaConfiguration {
}

// @public
export type ContactsPropertiesContactProfile = ResourceReference;
export type ContactsPropertiesContactProfile = ResourceReference & {};

// @public
export type ContactsPropertiesProvisioningState = string;

// @public
export type ContactsStatus = string;

// @public
export type CreatedByType = string;

Expand Down Expand Up @@ -524,6 +527,20 @@ export enum KnownContactsPropertiesProvisioningState {
Updating = "Updating"
}

// @public
export enum KnownContactsStatus {
// (undocumented)
Cancelled = "cancelled",
// (undocumented)
Failed = "failed",
// (undocumented)
ProviderCancelled = "providerCancelled",
// (undocumented)
Scheduled = "scheduled",
// (undocumented)
Succeeded = "succeeded"
}

// @public
export enum KnownCreatedByType {
// (undocumented)
Expand Down Expand Up @@ -614,6 +631,18 @@ export enum KnownSpacecraftsPropertiesProvisioningState {
Updating = "Updating"
}

// @public
export enum KnownStatus {
// (undocumented)
Canceled = "Canceled",
// (undocumented)
Failed = "Failed",
// (undocumented)
Running = "Running",
// (undocumented)
Succeeded = "Succeeded"
}

// @public
export interface Operation {
readonly actionType?: ActionType;
Expand Down Expand Up @@ -646,7 +675,7 @@ export interface OperationResult {
readonly percentComplete?: number;
properties?: Record<string, unknown>;
readonly startTime?: Date;
status?: Status;
readonly status?: Status;
}

// @public
Expand Down Expand Up @@ -700,7 +729,7 @@ export type Protocol = string;
export type ProvisioningState = string;

// @public
export type ProxyResource = Resource;
export type ProxyResource = Resource & {};

// @public
export type ReleaseMode = string;
Expand Down Expand Up @@ -887,7 +916,7 @@ export interface SpacecraftsUpdateTagsOptionalParams extends coreClient.Operatio
export type SpacecraftsUpdateTagsResponse = Spacecraft;

// @public
export type Status = "scheduled" | "cancelled" | "succeeded" | "failed" | "providerCancelled" | "Succeeded" | "Canceled" | "Failed" | "Running";
export type Status = string;

// @public
export interface SystemData {
Expand Down
2 changes: 1 addition & 1 deletion sdk/orbital/arm-orbital/src/azureOrbital.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class AzureOrbital extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-orbital/1.0.1`;
const packageDetails = `azsdk-js-arm-orbital/1.1.0`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down
Loading