@azure/arm-orbital 1.0.0-beta.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +17 -12
  2. package/README.md +8 -8
  3. package/dist/index.js +1382 -128
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/availableGroundStationsGetSample.js +1 -1
  8. package/dist-esm/samples-dev/availableGroundStationsListByCapabilitySample.js +1 -1
  9. package/dist-esm/samples-dev/contactProfilesCreateOrUpdateSample.js +1 -1
  10. package/dist-esm/samples-dev/contactProfilesDeleteSample.js +1 -1
  11. package/dist-esm/samples-dev/contactProfilesGetSample.js +1 -1
  12. package/dist-esm/samples-dev/contactProfilesListBySubscriptionSample.js +5 -5
  13. package/dist-esm/samples-dev/contactProfilesListBySubscriptionSample.js.map +1 -1
  14. package/dist-esm/samples-dev/contactProfilesListSample.js +3 -3
  15. package/dist-esm/samples-dev/contactProfilesUpdateTagsSample.js +2 -2
  16. package/dist-esm/samples-dev/contactProfilesUpdateTagsSample.js.map +1 -1
  17. package/dist-esm/samples-dev/contactsCreateSample.js +1 -1
  18. package/dist-esm/samples-dev/contactsDeleteSample.js +1 -1
  19. package/dist-esm/samples-dev/contactsGetSample.js +1 -1
  20. package/dist-esm/samples-dev/contactsListSample.js +3 -3
  21. package/dist-esm/samples-dev/contactsListSample.js.map +1 -1
  22. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  23. package/dist-esm/samples-dev/operationsResultsGetSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/operationsResultsGetSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/operationsResultsGetSample.js +31 -0
  26. package/dist-esm/samples-dev/operationsResultsGetSample.js.map +1 -0
  27. package/dist-esm/samples-dev/spacecraftsCreateOrUpdateSample.js +1 -1
  28. package/dist-esm/samples-dev/spacecraftsDeleteSample.js +1 -1
  29. package/dist-esm/samples-dev/spacecraftsGetSample.js +1 -1
  30. package/dist-esm/samples-dev/spacecraftsListAvailableContactsSample.js +18 -4
  31. package/dist-esm/samples-dev/spacecraftsListAvailableContactsSample.js.map +1 -1
  32. package/dist-esm/samples-dev/spacecraftsListBySubscriptionSample.js +1 -1
  33. package/dist-esm/samples-dev/spacecraftsListSample.js +1 -1
  34. package/dist-esm/samples-dev/spacecraftsUpdateTagsSample.js +2 -2
  35. package/dist-esm/samples-dev/spacecraftsUpdateTagsSample.js.map +1 -1
  36. package/dist-esm/src/azureOrbital.d.ts +4 -1
  37. package/dist-esm/src/azureOrbital.d.ts.map +1 -1
  38. package/dist-esm/src/azureOrbital.js +33 -3
  39. package/dist-esm/src/azureOrbital.js.map +1 -1
  40. package/dist-esm/src/models/index.d.ts +506 -34
  41. package/dist-esm/src/models/index.d.ts.map +1 -1
  42. package/dist-esm/src/models/index.js +108 -7
  43. package/dist-esm/src/models/index.js.map +1 -1
  44. package/dist-esm/src/models/mappers.d.ts +25 -0
  45. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  46. package/dist-esm/src/models/mappers.js +604 -16
  47. package/dist-esm/src/models/mappers.js.map +1 -1
  48. package/dist-esm/src/models/parameters.d.ts +7 -1
  49. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  50. package/dist-esm/src/models/parameters.js +53 -6
  51. package/dist-esm/src/models/parameters.js.map +1 -1
  52. package/dist-esm/src/operations/availableGroundStations.d.ts +2 -2
  53. package/dist-esm/src/operations/availableGroundStations.d.ts.map +1 -1
  54. package/dist-esm/src/operations/availableGroundStations.js.map +1 -1
  55. package/dist-esm/src/operations/contactProfiles.d.ts +26 -5
  56. package/dist-esm/src/operations/contactProfiles.d.ts.map +1 -1
  57. package/dist-esm/src/operations/contactProfiles.js +133 -8
  58. package/dist-esm/src/operations/contactProfiles.js.map +1 -1
  59. package/dist-esm/src/operations/contacts.d.ts +8 -0
  60. package/dist-esm/src/operations/contacts.d.ts.map +1 -1
  61. package/dist-esm/src/operations/contacts.js +39 -1
  62. package/dist-esm/src/operations/contacts.js.map +1 -1
  63. package/dist-esm/src/operations/index.d.ts +1 -0
  64. package/dist-esm/src/operations/index.d.ts.map +1 -1
  65. package/dist-esm/src/operations/index.js +1 -0
  66. package/dist-esm/src/operations/index.js.map +1 -1
  67. package/dist-esm/src/operations/operationsResults.d.ts +28 -0
  68. package/dist-esm/src/operations/operationsResults.d.ts.map +1 -0
  69. package/dist-esm/src/operations/operationsResults.js +107 -0
  70. package/dist-esm/src/operations/operationsResults.js.map +1 -0
  71. package/dist-esm/src/operations/spacecrafts.d.ts +40 -5
  72. package/dist-esm/src/operations/spacecrafts.d.ts.map +1 -1
  73. package/dist-esm/src/operations/spacecrafts.js +224 -12
  74. package/dist-esm/src/operations/spacecrafts.js.map +1 -1
  75. package/dist-esm/src/operationsInterfaces/availableGroundStations.d.ts +2 -2
  76. package/dist-esm/src/operationsInterfaces/availableGroundStations.d.ts.map +1 -1
  77. package/dist-esm/src/operationsInterfaces/contactProfiles.d.ts +11 -3
  78. package/dist-esm/src/operationsInterfaces/contactProfiles.d.ts.map +1 -1
  79. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  80. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  81. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  82. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  83. package/dist-esm/src/operationsInterfaces/operationsResults.d.ts +20 -0
  84. package/dist-esm/src/operationsInterfaces/operationsResults.d.ts.map +1 -0
  85. package/dist-esm/src/operationsInterfaces/operationsResults.js +9 -0
  86. package/dist-esm/src/operationsInterfaces/operationsResults.js.map +1 -0
  87. package/dist-esm/src/operationsInterfaces/spacecrafts.d.ts +16 -19
  88. package/dist-esm/src/operationsInterfaces/spacecrafts.d.ts.map +1 -1
  89. package/dist-esm/test/sampleTest.js +11 -13
  90. package/dist-esm/test/sampleTest.js.map +1 -1
  91. package/package.json +10 -7
  92. package/review/arm-orbital.api.md +345 -65
  93. package/src/azureOrbital.ts +42 -4
  94. package/src/models/index.ts +576 -41
  95. package/src/models/mappers.ts +645 -17
  96. package/src/models/parameters.ts +59 -6
  97. package/src/operations/availableGroundStations.ts +6 -6
  98. package/src/operations/contactProfiles.ts +188 -10
  99. package/src/operations/contacts.ts +56 -2
  100. package/src/operations/index.ts +1 -0
  101. package/src/operations/operationsResults.ts +149 -0
  102. package/src/operations/spacecrafts.ts +344 -25
  103. package/src/operationsInterfaces/availableGroundStations.ts +2 -2
  104. package/src/operationsInterfaces/contactProfiles.ts +21 -3
  105. package/src/operationsInterfaces/index.ts +1 -0
  106. package/src/operationsInterfaces/operationsResults.ts +44 -0
  107. package/src/operationsInterfaces/spacecrafts.ts +32 -38
  108. package/types/arm-orbital.d.ts +615 -67
package/CHANGELOG.md CHANGED
@@ -1,17 +1,22 @@
1
1
  # Release History
2
-
3
- ## 1.0.0-beta.3 (2022-04-27)
4
-
2
+
3
+ ## 1.1.0 (2022-07-11)
4
+
5
5
  **Features**
6
6
 
7
- - Bug fix
8
-
9
- ## 1.0.0-beta.2 (2021-12-27)
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
10
18
 
11
- The package of @azure/arm-orbital is using our next generation design principles since version 1.0.0-beta.2, which contains breaking changes.
12
-
13
- To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
14
-
15
- To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
19
+
20
+ ## 1.0.0 (2022-06-02)
16
21
 
17
- To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
22
+ 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).
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # Azure Service client library for JavaScript
1
+ # AzureOrbital client library for JavaScript
2
2
 
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.
4
4
 
5
5
  Azure Orbital service
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/orbital/arm-orbital) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-orbital) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-orbital?view=azure-node-preview) |
9
+ [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-orbital) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -24,7 +24,7 @@ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUP
24
24
 
25
25
  ### Install the `@azure/arm-orbital` package
26
26
 
27
- Install the Azure Service client library for JavaScript with `npm`:
27
+ Install the AzureOrbital client library for JavaScript with `npm`:
28
28
 
29
29
  ```bash
30
30
  npm install @azure/arm-orbital
@@ -32,8 +32,8 @@ npm install @azure/arm-orbital
32
32
 
33
33
  ### Create and authenticate a `AzureOrbital`
34
34
 
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].
37
37
 
38
38
  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).
39
39
 
@@ -43,7 +43,7 @@ To use the [DefaultAzureCredential][defaultazurecredential] provider shown below
43
43
  npm install @azure/identity
44
44
  ```
45
45
 
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).
47
47
  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`.
48
48
 
49
49
  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
72
72
 
73
73
  ### AzureOrbital
74
74
 
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.
76
76
 
77
77
  ## Troubleshooting
78
78