Skip to content

Commit

Permalink
CodeGen from PR 18081 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6b3319636f5c80901d97d4ef6ad5ab937b87c34e into e2ef44b87405b412403ccb005bfb3975411adf60
  • Loading branch information
SDKAuto committed Mar 21, 2022
1 parent efe321c commit 6b62034
Show file tree
Hide file tree
Showing 12 changed files with 150 additions and 32 deletions.
21 changes: 10 additions & 11 deletions sdk/containerinstance/arm-containerinstance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Release History

## 8.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 8.1.0 (2022-03-21)

**Features**

- Added Type Alias AutoGeneratedDomainNameLabelScope
- Interface IpAddress has a new optional parameter dnsNameLabelReusePolicy
- Added Enum KnownAutoGeneratedDomainNameLabelScope


## 8.0.0 (2022-01-04)

The package of @azure/arm-containerinstance is using our next generation design principles since version 8.0.0, which contains breaking changes.
Expand Down
7 changes: 4 additions & 3 deletions sdk/containerinstance/arm-containerinstance/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"commit": "2b083f0d1b7ecb0717741551fa543a73e86d672c",
"commit": "54487f68e4b953b8be6e7070b5b1ade5903fd8c7",
"readme": "specification/containerinstance/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/containerinstance/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211217.1",
"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=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/containerinstance/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20211217.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.1.3",
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/containerinstance/arm-containerinstance/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-containerinstance.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
4 changes: 2 additions & 2 deletions sdk/containerinstance/arm-containerinstance/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 ContainerInstanceManagementClient.",
"version": "8.0.1",
"version": "8.1.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -99,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import { PagedAsyncIterableIterator } from '@azure/core-paging';
import { PollerLike } from '@azure/core-lro';
import { PollOperationState } from '@azure/core-lro';

// @public
export type AutoGeneratedDomainNameLabelScope = string;

// @public
export interface AzureFileVolume {
readOnly?: boolean;
Expand Down Expand Up @@ -470,12 +473,27 @@ export interface InitContainerPropertiesDefinitionInstanceView {
// @public
export interface IpAddress {
dnsNameLabel?: string;
dnsNameLabelReusePolicy?: AutoGeneratedDomainNameLabelScope;
readonly fqdn?: string;
ip?: string;
ports: Port[];
type: ContainerGroupIpAddressType;
}

// @public
export enum KnownAutoGeneratedDomainNameLabelScope {
// (undocumented)
Noreuse = "Noreuse",
// (undocumented)
ResourceGroupReuse = "ResourceGroupReuse",
// (undocumented)
SubscriptionReuse = "SubscriptionReuse",
// (undocumented)
TenantReuse = "TenantReuse",
// (undocumented)
Unsecure = "Unsecure"
}

// @public
export enum KnownContainerGroupIpAddressType {
// (undocumented)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ContainerInstanceManagementClient extends coreClient.ServiceClient
credential: credentials
};

const packageDetails = `azsdk-js-arm-containerinstance/8.0.0`;
const packageDetails = `azsdk-js-arm-containerinstance/8.1.0`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand All @@ -78,7 +78,7 @@ export class ContainerInstanceManagementClient extends coreClient.ServiceClient

// Assigning values to Constant parameters
this.$host = options.$host || "https://management.azure.com";
this.apiVersion = options.apiVersion || "2021-09-01";
this.apiVersion = options.apiVersion || "2021-10-01";
this.containerGroups = new ContainerGroupsImpl(this);
this.operations = new OperationsImpl(this);
this.location = new LocationImpl(this);
Expand Down
24 changes: 24 additions & 0 deletions sdk/containerinstance/arm-containerinstance/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ export interface IpAddress {
ip?: string;
/** The Dns name label for the IP. */
dnsNameLabel?: string;
/** The value representing the security enum. */
dnsNameLabelReusePolicy?: AutoGeneratedDomainNameLabelScope;
/**
* The FQDN for the IP.
* NOTE: This property will not be serialized. It can only be populated by the server.
Expand Down Expand Up @@ -834,6 +836,28 @@ export enum KnownContainerGroupIpAddressType {
*/
export type ContainerGroupIpAddressType = string;

/** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
export enum KnownAutoGeneratedDomainNameLabelScope {
Unsecure = "Unsecure",
TenantReuse = "TenantReuse",
SubscriptionReuse = "SubscriptionReuse",
ResourceGroupReuse = "ResourceGroupReuse",
Noreuse = "Noreuse"
}

/**
* Defines values for AutoGeneratedDomainNameLabelScope. \
* {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
* this enum contains the known values that the service supports.
* ### Known values supported by the service
* **Unsecure** \
* **TenantReuse** \
* **SubscriptionReuse** \
* **ResourceGroupReuse** \
* **Noreuse**
*/
export type AutoGeneratedDomainNameLabelScope = string;

/** Known values of {@link OperatingSystemTypes} that the service accepts. */
export enum KnownOperatingSystemTypes {
Windows = "Windows",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,12 @@ export const IpAddress: coreClient.CompositeMapper = {
name: "String"
}
},
dnsNameLabelReusePolicy: {
serializedName: "dnsNameLabelReusePolicy",
type: {
name: "String"
}
},
fqdn: {
serializedName: "fqdn",
readOnly: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const subscriptionId: OperationURLParameter = {
export const apiVersion: OperationQueryParameter = {
parameterPath: "apiVersion",
mapper: {
defaultValue: "2021-09-01",
defaultValue: "2021-10-01",
isConstant: true,
serializedName: "api-version",
type: {
Expand Down
48 changes: 48 additions & 0 deletions sdk/containerinstance/arm-containerinstance/test/sampleTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

import {
env,
record,
RecorderEnvironmentSetup,
Recorder
} from "@azure-tools/test-recorder";
import * as assert from "assert";

const recorderEnvSetup: RecorderEnvironmentSetup = {
replaceableVariables: {
AZURE_CLIENT_ID: "azure_client_id",
AZURE_CLIENT_SECRET: "azure_client_secret",
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
SUBSCRIPTION_ID: "azure_subscription_id"
},
customizationsOnRecordings: [
(recording: any): any =>
recording.replace(
/"access_token":"[^"]*"/g,
`"access_token":"access_token"`
)
],
queryParametersToSkip: []
};

describe("My test", () => {
let recorder: Recorder;

beforeEach(async function() {
recorder = record(this, recorderEnvSetup);
});

afterEach(async function() {
await recorder.stop();
});

it("sample test", async function() {
console.log("Hi, I'm a test!");
});
});
16 changes: 12 additions & 4 deletions sdk/containerinstance/arm-containerinstance/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es6", "dom"],
"lib": [
"es6",
"dom"
],
"declaration": true,
"outDir": "./dist-esm",
"importHelpers": true
},
"include": ["./src/**/*.ts", "./test/**/*.ts"],
"exclude": ["node_modules"]
}
"include": [
"./src/**/*.ts",
"./test/**/*.ts"
],
"exclude": [
"node_modules"
]
}
7 changes: 4 additions & 3 deletions sdk/containerinstance/ci.mgmt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
Expand All @@ -10,6 +10,7 @@ trigger:
include:
- sdk/containerinstance/ci.mgmt.yml
- sdk/containerinstance/arm-containerinstance/
- sdk/containerinstance/arm-containerinstance
pr:
branches:
include:
Expand All @@ -23,11 +24,11 @@ pr:
include:
- sdk/containerinstance/ci.mgmt.yml
- sdk/containerinstance/arm-containerinstance/

- sdk/containerinstance/arm-containerinstance
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: containerinstance
Artifacts:
- name: azure-arm-containerinstance
safeName: azurearmcontainerinstance
safeName: azurearmcontainerinstance

0 comments on commit 6b62034

Please sign in to comment.