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: 9 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

32 changes: 21 additions & 11 deletions sdk/mobilenetwork/arm-mobilenetwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Release History

## 3.1.0 (2023-10-09)

**Features**

## 3.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface EventHubConfiguration
- Added Interface NASRerouteConfiguration
- Added Interface SignalingConfiguration
- Interface PacketCapture has a new optional parameter outputFiles
- Interface PacketCoreControlPlane has a new optional parameter controlPlaneAccessVirtualIpv4Addresses
- Interface PacketCoreControlPlane has a new optional parameter eventHub
- Interface PacketCoreControlPlane has a new optional parameter signaling
- Interface PacketCoreDataPlane has a new optional parameter userPlaneAccessVirtualIpv4Addresses
- Enum KnownInstallationReason has a new value ControlPlaneAccessInterfaceHasChanged
- Enum KnownInstallationReason has a new value ControlPlaneAccessVirtualIpv4AddressesHasChanged
- Enum KnownInstallationReason has a new value PublicLandMobileNetworkIdentifierHasChanged
- Enum KnownInstallationReason has a new value UserPlaneAccessInterfaceHasChanged
- Enum KnownInstallationReason has a new value UserPlaneAccessVirtualIpv4AddressesHasChanged
- Enum KnownInstallationReason has a new value UserPlaneDataInterfaceHasChanged


## 3.0.0 (2023-07-05)

**Features**
Expand Down Expand Up @@ -123,4 +133,4 @@

## 1.0.0 (2022-12-15)

The package of @azure/arm-mobilenetwork is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
The package of @azure/arm-mobilenetwork is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
8 changes: 4 additions & 4 deletions sdk/mobilenetwork/arm-mobilenetwork/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "95358a2b319539960ec94ca7decd47c28f4fc2d0",
"commit": "571d40058d0d99bc877ff9df716ce8ad5ad6fecf",
"readme": "specification/mobilenetwork/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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\mobilenetwork\\resource-manager\\readme.md --use=@autorest/typescript@6.0.5 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --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/mobilenetwork/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.5"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
"use": "@autorest/typescript@^6.0.4"
}
6 changes: 0 additions & 6 deletions sdk/mobilenetwork/arm-mobilenetwork/assets.json

This file was deleted.

30 changes: 11 additions & 19 deletions sdk/mobilenetwork/arm-mobilenetwork/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for MobileNetworkManagementClient.",
"version": "3.0.1",
"version": "3.1.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.3",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"@azure/core-rest-pipeline": "^1.12.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -38,18 +38,18 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~5.0.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/identity": "^3.3.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"mocha": "^7.1.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0"
"ts-node": "^10.0.0",
"@azure/dev-tool": "^1.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -84,7 +84,7 @@
"extract-api": "api-extractor run --local",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
"build:test": "echo skipped",
Expand Down Expand Up @@ -112,13 +112,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mobilenetwork/arm-mobilenetwork",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-mobilenetwork?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mobilenetwork/arm-mobilenetwork"
}
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@ export interface ErrorResponse {
error?: ErrorDetail;
}

// @public
export interface EventHubConfiguration {
id: string;
reportingInterval?: number;
}

// @public
export function getContinuationToken(page: unknown): string | undefined;

Expand Down Expand Up @@ -454,9 +460,15 @@ export enum KnownDiagnosticsPackageStatus {

// @public
export enum KnownInstallationReason {
ControlPlaneAccessInterfaceHasChanged = "ControlPlaneAccessInterfaceHasChanged",
ControlPlaneAccessVirtualIpv4AddressesHasChanged = "ControlPlaneAccessVirtualIpv4AddressesHasChanged",
NoAttachedDataNetworks = "NoAttachedDataNetworks",
NoPacketCoreDataPlane = "NoPacketCoreDataPlane",
NoSlices = "NoSlices"
NoSlices = "NoSlices",
PublicLandMobileNetworkIdentifierHasChanged = "PublicLandMobileNetworkIdentifierHasChanged",
UserPlaneAccessInterfaceHasChanged = "UserPlaneAccessInterfaceHasChanged",
UserPlaneAccessVirtualIpv4AddressesHasChanged = "UserPlaneAccessVirtualIpv4AddressesHasChanged",
UserPlaneDataInterfaceHasChanged = "UserPlaneDataInterfaceHasChanged"
}

// @public
Expand Down Expand Up @@ -750,6 +762,11 @@ export interface NaptConfiguration {
// @public
export type NaptEnabled = string;

// @public
export interface NASRerouteConfiguration {
macroMmeGroupId: number;
}

// @public
export type ObsoleteVersion = string;

Expand Down Expand Up @@ -798,6 +815,7 @@ export interface PacketCapture extends ProxyResource {
bytesToCapturePerPacket?: number;
readonly captureStartTime?: Date;
networkInterfaces?: string[];
readonly outputFiles?: string[];
readonly provisioningState?: ProvisioningState;
readonly reason?: string;
readonly status?: PacketCaptureStatus;
Expand Down Expand Up @@ -874,8 +892,10 @@ export type PacketCaptureStatus = string;
// @public
export interface PacketCoreControlPlane extends TrackedResource {
controlPlaneAccessInterface: InterfaceProperties;
controlPlaneAccessVirtualIpv4Addresses?: string[];
coreNetworkTechnology?: CoreNetworkType;
diagnosticsUpload?: DiagnosticsUploadConfiguration;
eventHub?: EventHubConfiguration;
identity?: ManagedServiceIdentity;
installation?: Installation;
readonly installedVersion?: string;
Expand All @@ -884,6 +904,7 @@ export interface PacketCoreControlPlane extends TrackedResource {
platform: PlatformConfiguration;
readonly provisioningState?: ProvisioningState;
readonly rollbackVersion?: string;
signaling?: SignalingConfiguration;
sites: SiteResourceId[];
sku: BillingSku;
ueMtu?: number;
Expand Down Expand Up @@ -1074,6 +1095,7 @@ export type PacketCoreControlPlaneVersionsListResponse = PacketCoreControlPlaneV
export interface PacketCoreDataPlane extends TrackedResource {
readonly provisioningState?: ProvisioningState;
userPlaneAccessInterface: InterfaceProperties;
userPlaneAccessVirtualIpv4Addresses?: string[];
}

// @public
Expand Down Expand Up @@ -1322,6 +1344,11 @@ export interface ServicesUpdateTagsOptionalParams extends coreClient.OperationOp
// @public
export type ServicesUpdateTagsResponse = Service;

// @public
export interface SignalingConfiguration {
nasReroute?: NASRerouteConfiguration;
}

// @public
export interface Sim extends ProxyResource {
authenticationKey?: string;
Expand Down

This file was deleted.

This file was deleted.

Loading